Skip to content

Commit 2df4922

Browse files
STY: Apply ruff rule RUF100
RUF100 Unused `noqa` directive
1 parent 7503dc6 commit 2df4922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
sys.path.append(os.path.abspath('sphinxext'))
2323
sys.path.insert(0, os.path.abspath('../wrapper'))
2424

25-
from github_link import make_linkcode_resolve # noqa: E402
25+
from github_link import make_linkcode_resolve
2626

2727
# -- General configuration ------------------------------------------------
2828

0 commit comments

Comments
 (0)