Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rathishcholarajan committed Apr 11, 2022
1 parent d75f149 commit e785cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/mock/fake_account_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def backend_configuration(self, backend_name: str) -> Dict[str, Any]:
for backend in self._backends:
if backend.name == backend_name:
return backend.configuration.copy()
raise ValueError(f"Backend {backend_name} not found")

def backend_status(self, backend_name: str) -> Dict[str, Any]:
"""Return the status of the backend."""
Expand Down

0 comments on commit e785cf6

Please sign in to comment.