We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272664e commit 10e285fCopy full SHA for 10e285f
graphtik/sphinxext/__init__.py
@@ -39,7 +39,7 @@
39
import importlib.resources as pkg_resources
40
except ImportError:
41
# Use backported to PY<3.7 `importlib_resources` lib.
42
- import importlib_resources as pkg_resources
+ import importlib_resources as pkg_resources # noqa
43
44
obj_name = "graphtik diagram"
45
role_name = "graphtik"
0 commit comments