Skip to content

Commit 88ad570

Browse files
committed
Fix new flake8-bugbear B018 warning
1 parent fd267a4 commit 88ad570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_linear_migrations/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def _arguments(self, t):
771771
first = False
772772
else:
773773
self.write(", ")
774-
self.dispatch(a),
774+
self.dispatch(a)
775775
if d:
776776
self.write("=")
777777
self.dispatch(d)

0 commit comments

Comments
 (0)