Skip to content

Commit

Permalink
Run pyupgrade on all other python sources (#13375)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Aug 10, 2022
1 parent e77ee3b commit 27c5a9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions misc/proper_plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Callable, Optional
from typing_extensions import Type as typing_Type
from typing import Callable, Optional, Type as typing_Type

from mypy.nodes import TypeInfo
from mypy.plugin import FunctionContext, Plugin
Expand Down
1 change: 0 additions & 1 deletion test-data/unit/plugins/decimal_to_int.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from mypy.plugin import Plugin


Expand Down

0 comments on commit 27c5a9e

Please sign in to comment.