Skip to content

Commit c914bbd

Browse files
committed
remove unnecesary default object
1 parent b2693d2 commit c914bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def __init__(
583583
disable_retries: bool = False,
584584
disable_cache: bool = False,
585585
disable_resumable_full_refresh: bool = False,
586-
catalog: ConfiguredAirbyteCatalog = ConfiguredAirbyteCatalog(streams=[]),
586+
catalog: ConfiguredAirbyteCatalog = None,
587587
message_repository: Optional[MessageRepository] = None,
588588
connector_state_manager: Optional[ConnectorStateManager] = None,
589589
max_concurrent_async_job_count: Optional[int] = None,

0 commit comments

Comments
 (0)