Skip to content

Commit

Permalink
blackify missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoci committed Apr 21, 2023
1 parent 1b03863 commit e6f9b0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion django_su/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


class UserSuForm(forms.Form):

username_field = getattr(User, "USERNAME_FIELD", None)

user = forms.ModelChoiceField(
Expand Down
1 change: 0 additions & 1 deletion example/lookups.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

@register("django_su")
class UsersLookup(LookupChannel):

model = get_user_model()

def get_query(self, q, request):
Expand Down

0 comments on commit e6f9b0c

Please sign in to comment.