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

@@ -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