Skip to content

Commit

Permalink
Remove code for Python 3.3 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham authored and joshblum committed Jan 29, 2019
1 parent 87c54f1 commit fa5dac1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions registration/tests/forms_custom_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
try:
from importlib import reload # Python 3.4+
except ImportError:
try:
from imp import reload # Python 3.3
except Exception:
pass # Python 2 reload()
pass # Python 2 reload()


@override_settings(AUTH_USER_MODEL='test_app.CustomUser')
Expand Down

0 comments on commit fa5dac1

Please sign in to comment.