mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from re import Pattern
|
||||
from sre_constants import *
|
||||
from sre_constants import _NamedIntConstant
|
||||
from sre_parse import SubPattern
|
||||
from typing import Any, Pattern
|
||||
from typing import Any
|
||||
|
||||
MAXCODE: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user