[FIX] pms-api-rest: fix precommit

This commit is contained in:
miguelpadin
2022-11-02 19:51:07 +01:00
committed by Darío Lodeiros
parent fb4c9a83c1
commit 630664d338
2 changed files with 10 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ class PmsCalendarInfo(Datamodel):
priceDayTotal = fields.Number(required=False, allow_none=True)
priceDayTotalServices = fields.Number(required=False, allow_none=True)
class PmsCalendarAlertsPerDay(Datamodel):
_name = "pms.calendar.alerts.per.day"
date = fields.String(required=True, allow_none=False)