Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Oct 23, 2023
1 parent 1f85959 commit cf40eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sfapi_client/_async/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def wrapper(self, *args, **kwargs):
f"Compute resource {self.name} is {self.status.name}, {self.notes}"
)
return method(self, *args, **kwargs)

return wrapper


Expand Down
1 change: 1 addition & 0 deletions src/sfapi_client/_sync/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def wrapper(self, *args, **kwargs):
f"Compute resource {self.name} is {self.status.name}, {self.notes}"
)
return method(self, *args, **kwargs)

return wrapper


Expand Down

0 comments on commit cf40eab

Please sign in to comment.