mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-09 00:03:57 +00: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
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue