diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4bdc28b..3a2e651 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] jobs: unittest: diff --git a/firecrest/AsyncExternalStorage.py b/firecrest/AsyncExternalStorage.py index aa27c88..dd50a9b 100644 --- a/firecrest/AsyncExternalStorage.py +++ b/firecrest/AsyncExternalStorage.py @@ -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