Skip to content

Commit 0dd6945

Browse files
Fix 'typing.Type' is deprecated, use 'type' instead
1 parent 6728ce2 commit 0dd6945

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from typing import final
3232
from typing import IO
3333
from typing import TextIO
34-
from typing import Type
3534
from typing import TYPE_CHECKING
3635
import warnings
3736

0 commit comments

Comments
 (0)