Remove pytype workarounds from third-party stubs (#14471)

This commit is contained in:
Sebastian Rittau
2025-07-27 13:05:57 +02:00
committed by GitHub
parent 7e16c80989
commit 981bd8eb8d
6 changed files with 10 additions and 17 deletions
@@ -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 *