Skip to content

Commit 9ca1c58

Browse files
committed
Correcting ruff
1 parent 887d426 commit 9ca1c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ class TestForm(forms.ModelForm):
11061106
tags = TagField(
11071107
required=False,
11081108
help_text="Add tags that help describe this test. Choose from the list or add new tags. Press Enter key to add.",
1109-
)
1109+
)
11101110

11111111
def __init__(self, *args, **kwargs):
11121112
obj = None

0 commit comments

Comments
 (0)