mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
Bump importlib to 3.14 (#14138)
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
from importlib.abc import Traversable
|
||||
import sys
|
||||
from typing import Final
|
||||
|
||||
from networkx.utils.backends import _dispatchable
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
from importlib.resources.abc import Traversable
|
||||
else:
|
||||
from importlib.abc import Traversable
|
||||
|
||||
__all__ = ["graph_atlas", "graph_atlas_g"]
|
||||
|
||||
NUM_GRAPHS: Final = 1253
|
||||
|
||||
Reference in New Issue
Block a user