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] committed Jun 26, 2021
1 parent 37dac96 commit 11a965c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/checkers/unittest_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ def test_attribute_in_type_comment(self):
"""
import abc
x = ... # type: abc.ABC
""")
"""
)
with self.assertNoMessages():
self.walk(module)

Expand Down

0 comments on commit 11a965c

Please sign in to comment.