Skip to content

Commit 643ce96

Browse files
fix: W293 Blank line contains whitespace
1 parent 017c91a commit 643ce96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/test_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def test_create_calls_notification_with_auto_assigned_reporter(self, mock_create
456456
f'Finding "Finding With Auto-Assigned Reporter Notification" was added by {self.admin}',
457457
)
458458
self.assertEqual(call_args[1]["icon"], "exclamation-triangle")
459-
459+
460460
# Verify the finding was created successfully
461461
created_id = response.data.get("id")
462462
self.assertIsNotNone(created_id)

0 commit comments

Comments
 (0)