Skip to content

Commit

Permalink
style: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Mar 22, 2024
1 parent 901ebb0 commit 6d5f0f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ def test_add_course_staff_with_batch_delay(self):
with self.assertNumQueries(2):
call_command(self.command, f'--csv_path={csv.name}', '--batch_size=1', '--batch_delay=2')
assert CourseStaffRole.objects.filter(course_id='course-v1:edx+test+f20').count() == 2

0 comments on commit 6d5f0f3

Please sign in to comment.