Skip to content

Commit

Permalink
style: fix some pycodestyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a committed Apr 23, 2024
1 parent 7d010cb commit c92b6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_enterprise/api/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4512,7 +4512,6 @@ def test_bulk_enrollment_in_bulk_courses_existing_users(
mock_update_or_create_enrollment.return_value = True
mock_get_course_details.return_value.__getitem__.return_value.invitation_only = False


user_one = factories.UserFactory(is_active=True)
user_two = factories.UserFactory(is_active=True)

Expand Down Expand Up @@ -5001,6 +5000,7 @@ def test_bulk_enrollment_invitation_only(
},
]
}

def enroll():
self.client.post(
settings.TEST_SERVER + reverse(
Expand Down

0 comments on commit c92b6af

Please sign in to comment.