Skip to content

Commit 8693830

Browse files
committed
file-mode-api: ruff format
1 parent a4156fb commit 8693830

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

airbyte_cdk/sources/file_based/file_based_stream_reader.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ def upload(
177177
...
178178

179179
def _get_file_transfer_paths(
180-
self,
181-
source_file_relative_path: str,
182-
local_directory: str
180+
self, source_file_relative_path: str, local_directory: str
183181
) -> MutableMapping[str, Any]:
184182
preserve_directory_structure = self.preserve_directory_structure()
185183

@@ -198,6 +196,6 @@ def _get_file_transfer_paths(
198196
self.FILE_RELATIVE_PATH: file_relative_path,
199197
self.LOCAL_FILE_PATH: local_file_path,
200198
self.FILE_NAME: file_name,
201-
self.FILE_FOLDER: file_folder
199+
self.FILE_FOLDER: file_folder,
202200
}
203201
return file_paths

0 commit comments

Comments
 (0)