mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Xlib: Import Pattern from re, not typing (#9544)
Refs https://github.com/PyCQA/flake8-pyi/pull/324
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from collections.abc import Callable, Iterable, Sequence
|
||||
from re import Pattern
|
||||
from types import FunctionType, MethodType
|
||||
from typing import Any, Pattern, overload
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Literal, TypeAlias, TypedDict
|
||||
|
||||
from Xlib import error
|
||||
|
||||
Reference in New Issue
Block a user