Skip to content

Commit a0e766a

Browse files
MNT: fix flake8 warning
Except E501 (lines too long).
1 parent 1f4683a commit a0e766a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
)
2424

2525
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "sphinxext")))
26-
from github_link import make_linkcode_resolve
26+
27+
from github_link import make_linkcode_resolve # noqa: E402
2728

2829
os.environ['NO_ET'] = '1'
2930

0 commit comments

Comments
 (0)