Skip to content

Commit

Permalink
Merge branch 'apiv2' of https://github.com/eth-cscs/pyfirecrest into …
Browse files Browse the repository at this point in the history
…apiv2
  • Loading branch information
rsarm committed Oct 22, 2024
2 parents d1b29d9 + e4e0c15 commit 3f5546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firecrest/AsyncExternalStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
self._responses = previous_responses

@property
def client(self) -> AsyncFirecrest:
def client(self) -> AsyncFirecrestv1:
"""Returns the client that will be used to get information for the task."""
return self._client

Expand Down

0 comments on commit 3f5546c

Please sign in to comment.