mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from _typeshed import Self
|
||||
from collections.abc import Iterable
|
||||
from typing import IO, Any, Pattern
|
||||
from re import Pattern
|
||||
from typing import IO, Any
|
||||
|
||||
from paramiko.ssh_exception import ConfigParseError as ConfigParseError, CouldNotCanonicalize as CouldNotCanonicalize
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from _typeshed import Self
|
||||
from typing import IO, Pattern
|
||||
from re import Pattern
|
||||
from typing import IO
|
||||
|
||||
from paramiko.message import Message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user