Skip to content

Commit b7689f0

Browse files
committed
chore: format
1 parent a816a8c commit b7689f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airbyte_cdk/sources/declarative/manifest_declarative_source.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def _migrate_and_transform_config(
238238
self._spec_component.transform_config(mutable_config)
239239
return mutable_config
240240

241-
def configure(self, config: Mapping[str, Any], temp_dir: str
242-
) -> Mapping[str, Any]:
241+
def configure(self, config: Mapping[str, Any], temp_dir: str) -> Mapping[str, Any]:
243242
config = self._config or config
244243
return super().configure(config, temp_dir)
245244

0 commit comments

Comments
 (0)