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 27, 2021
1 parent 7766e61 commit 751cf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/checkers/unittest_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import re
import sys
import unittest
import platform
from pathlib import Path

import astroid
Expand Down Expand Up @@ -207,7 +206,8 @@ def test_attribute_in_type_comment(self):
a = ... # type: foo.Bar
b = ... # type: foo.Bar[Boo]
c = ... # type: Bar.Boo
""")
"""
)
with self.assertNoMessages():
self.walk(module)

Expand Down

0 comments on commit 751cf4c

Please sign in to comment.