mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
change import order from pytest
This commit is contained in:
parent
1435d80f0f
commit
1d30c99180
|
|
@ -15,8 +15,8 @@
|
||||||
@description: Unittests for BOSWatch. File must be _run as "pytest" unittest
|
@description: Unittests for BOSWatch. File must be _run as "pytest" unittest
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import pytest
|
|
||||||
import time
|
import time
|
||||||
|
import pytest
|
||||||
|
|
||||||
from boswatch.network.server import TCPServer
|
from boswatch.network.server import TCPServer
|
||||||
from boswatch.network.client import TCPClient
|
from boswatch.network.client import TCPClient
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue