PEP8 fixes

This commit is contained in:
Sergi Delgado Segura
2020-04-02 10:02:50 +02:00
parent b93aa64827
commit 099ec5d1ce
6 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
import json
import struct
from binascii import unhexlify

View File

@@ -1,4 +1,3 @@
import json
from queue import Queue
from threading import Thread

View File

@@ -1,4 +1,3 @@
import json
import struct
import binascii
from pytest import fixture

View File

@@ -7,7 +7,6 @@ from teos import HOST, PORT
import teos.errors as errors
from teos.watcher import Watcher
from teos.inspector import Inspector
from teos.gatekeeper import Gatekeeper
from teos.appointments_dbm import AppointmentsDBM
from teos.responder import Responder, TransactionTracker

View File

@@ -1,5 +1,4 @@
import os
import json
import shutil
import pytest

View File

@@ -1,4 +1,3 @@
import json
import pytest
import random
from uuid import uuid4