diff --git a/fmcapi/api_objects/device_services/ipv6staticroutes.py b/fmcapi/api_objects/device_services/ipv6staticroutes.py index 2f1824e..73a334b 100644 --- a/fmcapi/api_objects/device_services/ipv6staticroutes.py +++ b/fmcapi/api_objects/device_services/ipv6staticroutes.py @@ -186,4 +186,4 @@ def post(self, **kwargs): # Remove gateway from REQUIRED_FOR_POST global const self.REQUIRED_FOR_POST = ["interfaceName", "selectedNetworks"] response = super().post(**kwargs) - return response \ No newline at end of file + return response