mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-02 13:06:59 +08:00
Overhaul ldap3 stubs (#9470)
Add a dependency on `types-pyasn1`, removing the need to subclass `Any`. Fill in many missing types. Use `Incomplete` rather than `Any` where applicable. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "2.9.*"
|
||||
requires = [] # requires types-pyasn1 (not available yet)
|
||||
requires = ["types-pyasn1"]
|
||||
|
||||
Reference in New Issue
Block a user