flake8
This commit is contained in:
parent
f217da5e62
commit
cdb50319d0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue