mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Reformats code to match code guidelines
This commit is contained in:
@@ -5,7 +5,6 @@ from pisa.appointment import Appointment
|
||||
|
||||
|
||||
class Builder:
|
||||
|
||||
@staticmethod
|
||||
def build_appointments(appointments_data):
|
||||
appointments = {}
|
||||
@@ -48,4 +47,3 @@ class Builder:
|
||||
block_queue.put(block)
|
||||
|
||||
return block_queue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user