Explorar o código

mqtt test: remove unused import

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
5327714546
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 0
      .github/workflows/python.yml
  2. 0 1
      tests/test_mqtt.py

+ 1 - 0
.github/workflows/python.yml

@@ -42,6 +42,7 @@ jobs:
         - 3.6
         - 3.7
         - 3.8
+      fail-fast: false
     steps:
     - uses: actions/checkout@v1
     - uses: actions/setup-python@v1

+ 0 - 1
tests/test_mqtt.py

@@ -16,7 +16,6 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import logging
-import socket
 import unittest.mock
 
 import pytest