making flake8 happy

This commit is contained in:
Julian Hammer
2021-03-11 12:29:14 +01:00
parent 1147ea78bf
commit 0f8e53e918
13 changed files with 40 additions and 37 deletions

View File

@@ -7,9 +7,8 @@
import os
import sys
sys.path.insert(0, os.path.abspath("."))
from version_from_src import get_version
from version_from_src import get_version # noqa: E402
# -- Project information -----------------------------------------------------