Skip to content

Commit 6136e2c

Browse files
octavia-squidington-iiialdogonzalez8
authored andcommitted
Auto-fix lint and format issues
1 parent 52abace commit 6136e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/retrievers/file_uploader/connector_builder_file_uploader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def upload(self, record: Record) -> None:
2626
for file_reference_attribute in record.file_reference.__dict__
2727
if not file_reference_attribute.startswith("_")
2828
]:
29-
record.data[file_reference_attribute] = getattr( # type: ignore
29+
record.data[file_reference_attribute] = getattr( # type: ignore
3030
record.file_reference, file_reference_attribute
3131
)

0 commit comments

Comments
 (0)