Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
marksull committed May 2, 2024
1 parent fb8198a commit 63db98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmcapi/api_objects/device_services/ipv6staticroutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
return response

0 comments on commit 63db98b

Please sign in to comment.