mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix pylint in server and client (imports)
# pylint: disable=wrong-import-position # pylint: disable=wrong-import-order
This commit is contained in:
parent
6f51d3e734
commit
7256cfca3a
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue