Skip to content

Commit 27c5a9e

Browse files
authored
Run pyupgrade on all other python sources (#13375)
1 parent e77ee3b commit 27c5a9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

misc/proper_plugin.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from typing import Callable, Optional
2-
from typing_extensions import Type as typing_Type
1+
from typing import Callable, Optional, Type as typing_Type
32

43
from mypy.nodes import TypeInfo
54
from mypy.plugin import FunctionContext, Plugin

test-data/unit/plugins/decimal_to_int.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from mypy.plugin import Plugin
32

43

0 commit comments

Comments
 (0)