mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
change import order
This commit is contained in:
parent
d95ab7781e
commit
1435d80f0f
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue