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 import struct
from binascii import unhexlify from binascii import unhexlify

View File

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

View File

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

View File

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

View File

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

View File

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