Skip to content

Commit

Permalink
Fix new flake8-bugbear B018 warning
Browse files Browse the repository at this point in the history
adamchainz committed Dec 12, 2023
1 parent fd267a4 commit 88ad570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django_linear_migrations/compat.py
Original file line number Diff line number Diff line change
@@ -771,7 +771,7 @@ def _arguments(self, t):
first = False
else:
self.write(", ")
self.dispatch(a),
self.dispatch(a)
if d:
self.write("=")
self.dispatch(d)

0 comments on commit 88ad570

Please sign in to comment.