Skip to content

Commit

Permalink
Remove legacy Python 2.x code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 4, 2023
1 parent 665cb87 commit 3291338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions myproject/common/apps.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from future.moves import sys
from future.standard_library import install_aliases

install_aliases()

from urllib.parse import urlparse

from django.apps import AppConfig
Expand Down
4 changes: 0 additions & 4 deletions myproject/common/utils/viewutils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from future.standard_library import install_aliases

install_aliases()

from urllib.parse import unquote

__author__ = "Alex Laird"
Expand Down

0 comments on commit 3291338

Please sign in to comment.