Skip to content

Commit

Permalink
chore: fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed Apr 8, 2024
1 parent 4bc968d commit 0b0ef12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion backend/api/management/commands/makeAdmin.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from django.core.management.base import BaseCommand
from api.models.student import Student

class Command(BaseCommand):

class Command(BaseCommand):

help = 'seed the db with data'

Expand Down
19 changes: 0 additions & 19 deletions backend/api/seeders/seeder.py

This file was deleted.

0 comments on commit 0b0ef12

Please sign in to comment.