Browse Source

mqtt test: remove unused import

Fabian Peter Hammerle 3 years ago
parent
commit
5327714546
2 changed files with 1 additions and 1 deletions
  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