Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Pierre-Sassoulas committed Aug 12, 2021
1 parent 97115ac commit 95a7c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest_brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def test_enum_subclass_different_modules(self):
class EnumSubclass(Enum):
pass
""",
"a"
"a",
)
ast_node = astroid.extract_node(
"""
Expand Down

0 comments on commit 95a7c35

Please sign in to comment.