Skip to content

Commit 9de27ef

Browse files
author
Oleksandr Bazarnov
committed
formatted
1 parent 3859c5b commit 9de27ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

airbyte_cdk/connector_builder/connector_builder_handler.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ def should_normalize_manifest(config: Mapping[str, Any]) -> bool:
6565
return config.get("__should_normalize", False)
6666

6767

68-
def create_source(
69-
config: Mapping[str, Any],
70-
limits: TestLimits,
71-
) -> ManifestDeclarativeSource:
68+
def create_source(config: Mapping[str, Any], limits: TestLimits) -> ManifestDeclarativeSource:
7269
manifest = config["__injected_declarative_manifest"]
7370
return ManifestDeclarativeSource(
7471
config=config,

0 commit comments

Comments
 (0)