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,12 +5,10 @@ import os
from unittest import mock
import pytest
from aiohttp import web
from testfixtures import LogCapture
import bumper
from bumper import WebServerBinding
from tests import HOST, MQTT_PORT, CONF_SERVER_PORT
from tests import CONF_SERVER_PORT, HOST, MQTT_PORT
def create_confserver():