Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/crawlee/storage_clients/_sql/_client_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ async def _safely_open(
name: The name of the storage for named (global scope) storages.
alias: The alias of the storage for unnamed (run scope) storages.
storage_client: SQL storage client instance.
client_class: Concrete client class to instantiate.
metadata_model: Pydantic model for metadata validation.
extra_metadata_fields: Storage-specific metadata fields.
"""
Expand Down
Loading