remove unused imports
This commit is contained in:
parent
2781f5d32e
commit
3a4a70a6bb
33 changed files with 20 additions and 116 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue