change import order from pytest

This commit is contained in:
Bastian Schroll 2018-09-20 07:37:10 +02:00
parent 1435d80f0f
commit 1d30c99180

View file

@ -15,8 +15,8 @@
@description: Unittests for BOSWatch. File must be _run as "pytest" unittest
"""
import logging
import pytest
import time
import pytest
from boswatch.network.server import TCPServer
from boswatch.network.client import TCPClient