Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 18, 2024
1 parent 9c18330 commit 7bae572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cads_api_client/legacy_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ def issue_deprecated_kwargs_warning(self, **kwargs: Any) -> None:

@classmethod
def raise_not_implemented_error(self) -> None:
raise NotImplementedError(
"This functionality is no longer supported."
)
raise NotImplementedError("This functionality is no longer supported.")

@overload
def retrieve(self, name: str, request: dict[str, Any], target: str) -> str: ...
Expand Down

0 comments on commit 7bae572

Please sign in to comment.