formatting

This commit is contained in:
0Pranav 2019-11-25 14:11:31 +05:30
parent f2752bf38c
commit 3ec5eabaf6

View File

@ -19,7 +19,7 @@ class AppointmentBookingSettings(Document):
def save(self): def save(self):
self.number_of_agents = len(self.agent_list) self.number_of_agents = len(self.agent_list)
super(AppointmentBookingSettings,self).save() super(AppointmentBookingSettings, self).save()
def validate_availability_of_slots(self): def validate_availability_of_slots(self):
for record in self.availability_of_slots: for record in self.availability_of_slots: