Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed May 2, 2024
1 parent 23b2336 commit ae7b503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/management/commands/teacher_join_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def handle(self, *args, **options):

teacher.courses.add(course_id)

self.stdout.write(self.style.SUCCESS('Successfully add teacher to course!'))
self.stdout.write(self.style.SUCCESS('Successfully add teacher to course!'))

0 comments on commit ae7b503

Please sign in to comment.