fixes black lint

This commit is contained in:
Dave A 2019-05-25 16:35:40 -04:00
parent 882d18e245
commit 1184f07071

View File

@ -24,7 +24,8 @@ on_rtd = os.environ.get("READTHEDOCS", None) == "True"
# #
import os import os
import sys import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath(".."))
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------