Browse Source

[FIX] pass flake8

pull/6/head
troyyyyy 1 year ago
parent
commit
f3a96ee172
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/conf.py

+ 1
- 1
docs/conf.py View File

@@ -10,7 +10,7 @@ from sphinx.application import Sphinx
# -- Path setup --------------------------------------------------------------

sys.path.insert(0, os.path.abspath(".."))
import ablkit # noqa: E402
import ablkit # noqa: E402,F401

# -- Project information -----------------------------------------------------



Loading…
Cancel
Save