Skip to content

Commit

Permalink
Merge pull request #477 from robotichead/deepsource-autofix-fbf83f77
Browse files Browse the repository at this point in the history
refactor: remove reimported module
  • Loading branch information
robotichead authored Oct 15, 2023
2 parents b74b377 + 7ad3aec commit e2415fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NearBeach/views/authentication_views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Import Forms
from ..forms import PermissionSet, Group, LoginForm, User
from ..models import UserGroup, Notification, Organisation, User
from ..models import UserGroup, Notification, Organisation
from django.contrib.auth.models import User

# Import Django Libraries
from django.contrib import auth
Expand Down

0 comments on commit e2415fc

Please sign in to comment.