Skip to content

Commit e0a5d93

Browse files
Update client_v4.py
1 parent 21869a7 commit e0a5d93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tempoapiclient/client_v4.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def get_holiday_schemes(self, holidaySchemeId=None, year=None):
488488

489489
return self.get(url, params=params)
490490

491-
def get_floating_holidays(self, holidaySchemeId=None):
491+
def get_floating_holidays(self, holidaySchemeId):
492492
"""
493493
Retrieve floating holidays for an existing holiday scheme.
494494
:param holidaySchemeId:
@@ -497,7 +497,6 @@ def get_floating_holidays(self, holidaySchemeId=None):
497497

498498
return self.get(url)
499499

500-
501500
def create_holiday_scheme(self, schemeName, schemeDescription=None):
502501
"""
503502
Create holiday scheme

0 commit comments

Comments
 (0)