Skip to content

Commit 5bcc6ad

Browse files
authored
Merge pull request #349 from DimitriPapadopoulos/flake8
MNT: fix flake8 warning
2 parents cd2a87b + a0e766a commit 5bcc6ad

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
@@ -21,7 +21,8 @@
2121
)
2222

2323
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "sphinxext")))
24-
from github_link import make_linkcode_resolve
24+
25+
from github_link import make_linkcode_resolve # noqa: E402
2526

2627
os.environ['NO_ET'] = '1'
2728

0 commit comments

Comments
 (0)