Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
marksull committed Apr 17, 2024
1 parent 8fddde3 commit 8693425
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions fmcapi/api_objects/object_services/timeranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ class TimeRanges(APIClassTemplate):
"description",
"effectiveStartDateTime",
"effectiveEndDateTime",
"recurrenceList"
"recurrenceList",
]
VALID_FOR_KWARGS = VALID_JSON_DATA + []
REQUIRED_FOR_POST = [
"name",
"effectiveStartDateTime",
"effectiveEndDateTime"
]
REQUIRED_FOR_POST = ["name", "effectiveStartDateTime", "effectiveEndDateTime"]
URL_SUFFIX = "/object/timeranges"

def __init__(self, fmc, **kwargs):
Expand Down

0 comments on commit 8693425

Please sign in to comment.