Skip to content

Commit

Permalink
python files formatted using isort
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil25803 committed Jul 11, 2024
1 parent c276d9f commit 4d241e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
UserDeleteView,
UserProfileDetailsView,
UserProfileDetailView,
blt_tomato,
change_bid_status,
chatbot_conversation,
contributors_view,
Expand All @@ -94,7 +95,6 @@
subscribe_to_domains,
vote_count,
weekly_report,
blt_tomato,
)

favicon_view = RedirectView.as_view(url="/static/favicon.ico", permanent=True)
Expand Down
3 changes: 2 additions & 1 deletion website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
from collections import deque
from datetime import datetime, timedelta, timezone
from decimal import Decimal
from urllib.parse import urlparse, urlsplit, urlunparse
from pathlib import Path
from urllib.parse import urlparse, urlsplit, urlunparse

import humanize
import requests
import requests.exceptions
Expand Down

0 comments on commit 4d241e6

Please sign in to comment.