Skip to content

Commit

Permalink
refactor: Remove TruncDay import in views.py
Browse files Browse the repository at this point in the history
This commit removes the unused import of TruncDay in the views.py file. The import was no longer necessary and was causing unnecessary clutter in the codebase. Removing it improves code readability and maintainability.
  • Loading branch information
QA2A committed Sep 11, 2024
1 parent 02b3018 commit 2b0010c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,6 @@ def scrape_job(request):
F,
Prefetch,
Q,
TruncDay,
Value,
)
from django.db.models.functions import Coalesce, TruncDay
Expand Down

0 comments on commit 2b0010c

Please sign in to comment.