Skip to content

Commit

Permalink
fix: fix syntax error in Python test COM81 (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceone authored Feb 5, 2023
1 parent 5275f6c commit 6b3ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/test/fixtures/flake8_commas/COM81.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class A(object):
def foo():
return False,

==> callable_before_parenth_form.py <==
# ==> callable_before_parenth_form.py <==
def foo(
bar,
):
Expand Down

0 comments on commit 6b3ae1a

Please sign in to comment.