From 869342593b7427efb5094e2587a526948cba6c35 Mon Sep 17 00:00:00 2001 From: Mark Sullivan Date: Thu, 18 Apr 2024 06:30:00 +1000 Subject: [PATCH] Apply black --- fmcapi/api_objects/object_services/timeranges.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/fmcapi/api_objects/object_services/timeranges.py b/fmcapi/api_objects/object_services/timeranges.py index f8a8318..b98d2e2 100644 --- a/fmcapi/api_objects/object_services/timeranges.py +++ b/fmcapi/api_objects/object_services/timeranges.py @@ -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):