Skip to content

Commit 10e285f

Browse files
committed
style(sphinxext) minor noqa
1 parent 272664e commit 10e285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/sphinxext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import importlib.resources as pkg_resources
4040
except ImportError:
4141
# Use backported to PY<3.7 `importlib_resources` lib.
42-
import importlib_resources as pkg_resources
42+
import importlib_resources as pkg_resources # noqa
4343

4444
obj_name = "graphtik diagram"
4545
role_name = "graphtik"

0 commit comments

Comments
 (0)