Refactors code to use appointment from common based on f4a1e34e2f4d75226c7e313b83ff5ae06c8c89ca

This commit is contained in:
Sergi Delgado Segura
2019-12-17 15:10:30 +01:00
parent a69f1ba28b
commit 5c585a7a02
5 changed files with 11 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
from queue import Queue
from pisa.responder import TransactionTracker
from pisa.appointment import Appointment
from common.appointment import Appointment
class Builder: