This commit is contained in:
Nicholas St. Germain 2019-02-05 20:52:41 -06:00
parent f217da5e62
commit cdb50319d0

View file

@ -10,7 +10,8 @@ from os.path import isdir, abspath, dirname, join
from argparse import ArgumentParser, RawTextHelpFormatter
from logging import getLogger, StreamHandler, Formatter, DEBUG
from varken import structures # Needed to check version of python
# Needed to check version of python
from varken import structures # noqa
from varken.ombi import OmbiAPI
from varken.unifi import UniFiAPI
from varken import VERSION, BRANCH