Skip to content

Commit

Permalink
Hotfix -- staffuser logging (#4585)
Browse files Browse the repository at this point in the history
* Update create_staffusers.py

* Linting
  • Loading branch information
rnovak338 authored Jan 6, 2025
1 parent 116e65d commit 12364b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/users/management/commands/create_staffusers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
from django.conf import settings
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group, Permission
Expand Down

0 comments on commit 12364b4

Please sign in to comment.