fix pylint in server and client (imports)

# pylint: disable=wrong-import-position
# pylint: disable=wrong-import-order
This commit is contained in:
Bastian Schroll 2019-03-03 19:24:05 +01:00
parent 6f51d3e734
commit 7256cfca3a
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
@description: BOSWatch client application
"""
# pylint: disable=wrong-import-position
# pylint: disable=wrong-import-order
from boswatch.utils import paths
if not paths.makeDirIfNotExist(paths.LOG_PATH):

View file

@ -15,6 +15,7 @@
@description: BOSWatch server application
"""
# pylint: disable=wrong-import-position
# pylint: disable=wrong-import-order
from boswatch.utils import paths
if not paths.makeDirIfNotExist(paths.LOG_PATH):