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 5f5a0f5 commit ac61c78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/checkers/unittest_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

import os
import platform
import re
import sys
import unittest
import platform
from pathlib import Path

import astroid
Expand Down Expand Up @@ -207,7 +207,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 ac61c78

Please sign in to comment.