Skip to content

Commit 9ed0616

Browse files
Maffoochclaude
andcommitted
Fix ruff lint: docstring formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 648fdb9 commit 9ed0616

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unittests/test_permissions_audit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,8 @@ def test_ui_move_to_authorized_product(self):
15631563
self.assertEqual(self.engagement.product, self.product_c)
15641564

15651565
def test_ui_move_to_unauthorized_product(self):
1566-
"""Edit engagement form moving to unauthorized product should be denied.
1566+
"""
1567+
Edit engagement form moving to unauthorized product should be denied.
15671568
15681569
The form's product queryset is filtered to authorized products, so
15691570
submitting an unauthorized product fails form validation (200 with

0 commit comments

Comments
 (0)