Skip to content

Commit

Permalink
fix: fix linting in makeAdmin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed Apr 8, 2024
1 parent c714852 commit 0365bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/api/management/commands/makeAdmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
from api.models.student import Student

class Command(BaseCommand):
help = 'seed the db with data'


help = 'seed the db with data'

def add_arguments(self, parser):
parser.add_argument('username', type=str, help='The username of the student user to make admin')

Expand Down

0 comments on commit 0365bef

Please sign in to comment.