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