remove unused imports

This commit is contained in:
Robert Resch 2022-03-06 00:16:00 +01:00
parent 2781f5d32e
commit 3a4a70a6bb
33 changed files with 20 additions and 116 deletions

View file

@ -5,7 +5,7 @@ from amqtt.client import MQTTClient
import bumper
from bumper import WebServerBinding
from tests import HOST, MQTT_PORT, CONF_SERVER_PORT
from tests import CONF_SERVER_PORT, HOST, MQTT_PORT
@pytest.fixture