mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Third-party stubs: fix several fictitious type aliases (#7958)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from typing import Any
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
# Enable when pyasn1 gets stubs:
|
||||
# from pyasn1.codec.ber.encoder import AbstractItemEncoder, BooleanEncoder
|
||||
AbstractItemEncoder = Any
|
||||
BooleanEncoder = Any
|
||||
# from pyasn1.codec.ber.encoder import AbstractItemEncoder
|
||||
AbstractItemEncoder: TypeAlias = Any
|
||||
|
||||
CLASSES: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user