mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-31 22:00:14 +01:00
change import order
This commit is contained in:
parent
d95ab7781e
commit
1435d80f0f
|
|
@ -14,8 +14,8 @@
|
|||
@author: Bastian Schroll
|
||||
@description: Unittests for BOSWatch. File must be _run as "pytest" unittest
|
||||
"""
|
||||
import pytest
|
||||
import logging
|
||||
import pytest
|
||||
import time
|
||||
|
||||
from boswatch.network.server import TCPServer
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
@author: Bastian Schroll
|
||||
@description: Unittests for BOSWatch. File must be _run as "pytest" unittest
|
||||
"""
|
||||
import pytest
|
||||
import logging
|
||||
import pytest
|
||||
|
||||
from boswatch.packet.packet import Packet
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue