change import order

This commit is contained in:
Bastian Schroll 2018-09-20 07:31:21 +02:00
parent d95ab7781e
commit 1435d80f0f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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