mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-05 06:34:15 +08:00
Misc stub fixes (#181)
This commit is contained in:
committed by
Guido van Rossum
parent
c21d8a41d5
commit
292447bd62
@@ -4,7 +4,15 @@
|
||||
|
||||
from typing import Any
|
||||
import UserDict
|
||||
from _weakref import getweakrefcount as getweakrefcount, getweakrefs as getweakrefs, ref as ref, proxy as proxy, CallableProxyType as CallableProxyType, ProxyType as ProxyType, ReferenceType as ReferenceType
|
||||
from _weakref import (
|
||||
getweakrefcount as getweakrefcount,
|
||||
getweakrefs as getweakrefs,
|
||||
ref as ref,
|
||||
proxy as proxy,
|
||||
CallableProxyType as CallableProxyType,
|
||||
ProxyType as ProxyType,
|
||||
ReferenceType as ReferenceType
|
||||
)
|
||||
from _weakrefset import WeakSet as WeakSet
|
||||
from exceptions import ReferenceError as ReferenceError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user