Skip to content

Commit af80b23

Browse files
committed
Fix mypy after fromating
1 parent 33b9f83 commit af80b23

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
@@ -2731,7 +2731,7 @@ def create_simple_retriever(
27312731
for path in model.lazy_read_pointer
27322732
]
27332733
partition_router = self._create_component_from_model(
2734-
model=model.partition_router,
2734+
model=model.partition_router, # type: ignore[arg-type] # model.partition_router has BaseModel type
27352735
config=config, # type: ignore[arg-type]
27362736
)
27372737
stream_slicer = (

0 commit comments

Comments
 (0)