Skip to content

Commit b222b3d

Browse files
committed
Remove redunant in-test imports
1 parent 2cd8199 commit b222b3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,6 @@ def __init__(self, attr: T) -> None:
28042804

28052805
def test_copy_with(self):
28062806
# bpo-46581
2807-
from typing import Callable, ParamSpec
28082807
P = ParamSpec('P')
28092808
original = Callable[P, int]
28102809
copied = original.copy_with((P, int))

0 commit comments

Comments
 (0)