Skip to content

Commit

Permalink
[client] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
isselparra committed Nov 20, 2024
1 parent 7c1d98b commit f651672
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyobas/apis/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ def deprecate(
self, payloads_processed: Dict[str, Any], **kwargs: Any
) -> Dict[str, Any]:
path = f"{self.path}/deprecate"
result = self.openbas.http_post(
path, post_data=payloads_processed, **kwargs
)
result = self.openbas.http_post(path, post_data=payloads_processed, **kwargs)
return result

0 comments on commit f651672

Please sign in to comment.