Skip to content

Commit e684e64

Browse files
Fix 'typing.Type' is deprecated, use 'type' instead
1 parent 66fc31f commit e684e64

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
@@ -32,7 +32,6 @@
3232
from typing import final
3333
from typing import IO
3434
from typing import TextIO
35-
from typing import Type
3635
from typing import TYPE_CHECKING
3736
import warnings
3837

0 commit comments

Comments
 (0)