Skip to content

Commit fcac6b7

Browse files
committed
fix noqa comment
1 parent 2a496e6 commit fcac6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.moban.d/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{%block custom_doc_theme%}
44
import sys # noqa
5-
import os #noqa
5+
import os # noqa
66
sys.path.append(os.path.abspath('_themes'))
77
html_theme_path = ['_themes']
88
html_theme = 'flask_small'

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
exclude_patterns = []
2222
pygments_style = 'sphinx'
2323
import sys # noqa
24-
import os #noqa
24+
import os # noqa
2525
sys.path.append(os.path.abspath('_themes'))
2626
html_theme_path = ['_themes']
2727
html_theme = 'flask_small'

0 commit comments

Comments
 (0)