mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -2,7 +2,8 @@ import sys
|
||||
from _typeshed import StrPath
|
||||
from collections.abc import Iterable, Iterator, Sequence
|
||||
from http.client import HTTPResponse
|
||||
from typing import ClassVar, Pattern, TypeVar, overload
|
||||
from re import Pattern
|
||||
from typing import ClassVar, TypeVar, overload
|
||||
from urllib.request import Request
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user