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 28, 2021
1 parent 26b85de commit bd15769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click>=7.1.2
consolekit>=1.0.0
dom-toml>=0.4.0
domdf-python-tools>=2.5.0
isort>=5.5.2,<5.10.0
isort<5.10.0,>=5.5.2
prettyprinter>=0.18.0
typing-extensions>=3.7.4.3
yapf<0.32.0,>=0.30.0
1 change: 0 additions & 1 deletion tests/test_reformat_generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class Foo:
dtype = typing.Union[typing.List, typing.Tuple, typing.Mapping, typing.MutableMapping, typing.Counter, typing.ChainMap, typing.Collection, foo.bar.baz]
"""


example_6 = """
class Foo:
dtype = Literal[True, None, "hello world", _MyEnum.VALUE]
Expand Down

0 comments on commit bd15769

Please sign in to comment.