Sfoglia il codice sorgente

remove unused imports

Fabian Peter Hammerle 4 anni fa
parent
commit
d1baedb6fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/test_mqtt.py

+ 1 - 1
tests/test_mqtt.py

@@ -2,7 +2,7 @@ import logging
 import unittest.mock
 
 import pytest
-from paho.mqtt.client import MQTT_ERR_QUEUE_SIZE, MQTT_ERR_SUCCESS, MQTTMessage, Client
+from paho.mqtt.client import MQTTMessage
 
 import intertechno_cc1101_mqtt