Skip to content

Commit 2fca25a

Browse files
fix imports
1 parent 906d587 commit 2fca25a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@
632632
from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction
633633
from airbyte_cdk.sources.types import Config
634634
from airbyte_cdk.sources.utils.transform import TransformConfig, TypeTransformer
635+
from airbyte_cdk.sources.declarative.parsers.component_constructor import (
636+
AdditionalFlags,
637+
ComponentConstructor,
638+
)
635639

636640
ComponentDefinition = Mapping[str, Any]
637641

0 commit comments

Comments
 (0)