mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-29 03:06:43 +08:00
Remove pytype workarounds from third-party stubs (#14471)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
from networkx.utils.backends import *
|
||||
from networkx.utils.backends import _dispatchable as _dispatchable # for pytype to see the re-export in networkx/__init__.py
|
||||
from networkx.utils.configs import *
|
||||
from networkx.utils.configs import NetworkXConfig
|
||||
from networkx.utils.decorators import *
|
||||
from networkx.utils.heaps import *
|
||||
from networkx.utils.misc import *
|
||||
from networkx.utils.misc import _clear_cache as _clear_cache # for pytype to see the re-export in networkx/__init__.py
|
||||
from networkx.utils.random_sequence import *
|
||||
from networkx.utils.rcm import *
|
||||
from networkx.utils.union_find import *
|
||||
|
||||
Reference in New Issue
Block a user