Skip to content

Commit

Permalink
style: fix quality trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamenon4 committed Apr 19, 2024
1 parent e11b5b6 commit 942ae46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_dupe_user_csv(self):
course_id_2 = 'course-v1:edx+test+f21'
lines = [f'{username},{email},{self.course_role},{self.course_id}\n',
f'{username},{email},{self.course_role},{course_id_2}\n']

with NamedTemporaryFile() as csv:
csv = self._write_test_csv(csv, lines)
call_command(self.command, f'--csv_path={csv.name}')
Expand Down

0 comments on commit 942ae46

Please sign in to comment.