Skip to content

Commit d9291e0

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 4641bd2 commit d9291e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airbyte_cdk/sources/declarative/resolvers/http_components_resolver.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ def resolve_components(
104104
self.config, valid_types=valid_types, **kwargs
105105
)
106106

107-
path = [path.eval(self.config, **kwargs) for path in resolved_component.field_path]
107+
path = [
108+
path.eval(self.config, **kwargs) for path in resolved_component.field_path
109+
]
108110
dpath.set(updated_config, path, value)
109111

110112
yield updated_config

0 commit comments

Comments
 (0)