Skip to content

Commit e10f1c9

Browse files
committed
typo
1 parent 78edaf4 commit e10f1c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/networkx/networkx/utils/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from networkx.utils.backends import *
2-
from networkx.utils.backends import _dispatchable as _dispatchable # for pytype to see the re-export in networkx.__init__
2+
from networkx.utils.backends import _dispatchable as _dispatchable # for pytype to see the re-export in networkx/__init__.py
33
from networkx.utils.configs import *
44
from networkx.utils.configs import NetworkXConfig
55
from networkx.utils.decorators import *
66
from networkx.utils.heaps import *
77
from networkx.utils.misc import *
8-
from networkx.utils.misc import _clear_cache as _clear_cache # for pytype to see the re-export in networkx.__init__
8+
from networkx.utils.misc import _clear_cache as _clear_cache # for pytype to see the re-export in networkx/__init__.py
99
from networkx.utils.random_sequence import *
1010
from networkx.utils.rcm import *
1111
from networkx.utils.union_find import *

0 commit comments

Comments
 (0)