mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 08:17:07 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import socket
|
||||
import ssl
|
||||
from builtins import list as _list # conflicts with a method named "list"
|
||||
from typing import Any, BinaryIO, NoReturn, Pattern, overload
|
||||
from re import Pattern
|
||||
from typing import Any, BinaryIO, NoReturn, overload
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
__all__ = ["POP3", "error_proto", "POP3_SSL"]
|
||||
|
||||
Reference in New Issue
Block a user