mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -7,7 +7,8 @@ from email.message import Message
|
||||
from importlib.abc import MetaPathFinder
|
||||
from os import PathLike
|
||||
from pathlib import Path
|
||||
from typing import Any, ClassVar, NamedTuple, Pattern, overload
|
||||
from re import Pattern
|
||||
from typing import Any, ClassVar, NamedTuple, overload
|
||||
|
||||
__all__ = [
|
||||
"Distribution",
|
||||
|
||||
Reference in New Issue
Block a user