Skip to content

Commit

Permalink
Fix typo highlighted by ruff autoformatter. (#12691)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Nov 1, 2023
1 parent 724b922 commit 5ae51a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def _arguments(self, t):
first = False
else:
self.write(", ")
(self.dispatch(a),)
self.dispatch(a)
if d:
self.write("=")
self.dispatch(d)
Expand Down

0 comments on commit 5ae51a8

Please sign in to comment.