File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
airbyte_cdk/sources/declarative/parsers Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2114,9 +2114,7 @@ def _build_incremental_cursor(
21142114 ) -> Optional [StreamSlicer ]:
21152115 state_transformations = (
21162116 [
2117- self ._create_component_from_model (
2118- state_migration , config , declarative_stream = model
2119- )
2117+ self ._create_component_from_model (state_migration , config , declarative_stream = model )
21202118 for state_migration in model .state_migrations
21212119 ]
21222120 if model .state_migrations
@@ -2190,9 +2188,7 @@ def _build_concurrent_cursor(
21902188
21912189 if model .state_migrations :
21922190 state_transformations = [
2193- self ._create_component_from_model (
2194- state_migration , config , declarative_stream = model
2195- )
2191+ self ._create_component_from_model (state_migration , config , declarative_stream = model )
21962192 for state_migration in model .state_migrations
21972193 ]
21982194 else :
You can’t perform that action at this time.
0 commit comments