We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860b0ec commit e6c6fc5Copy full SHA for e6c6fc5
src/apify/_actor.py
@@ -244,7 +244,7 @@ def _storage_client(self) -> ApifyHybridStorageClient:
244
Depending on the initialization of the service locator the client can be created in different ways.
245
"""
246
try:
247
- # Notning was set by the user.
+ # Nothing was set by the user.
248
implicit_storage_client = ApifyHybridStorageClient(
249
local_storage_client=ApifyFileSystemStorageClient(), cloud_storage_client=ApifyStorageClient()
250
)
0 commit comments