Skip to content

Commit 0550b77

Browse files
tolik0octavia-squidington-iii
authored andcommitted
Automated Commit - Formatting Changes
1 parent 3edc8af commit 0550b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-s3/source_s3/v4/stream_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_matching_files(self, globs: List[str], prefix: Optional[str], logger: lo
7070
total_n_keys = 0
7171

7272
try:
73-
for current_prefix in (prefixes if prefixes else [None]):
73+
for current_prefix in prefixes if prefixes else [None]:
7474
for remote_file in self._page(s3, globs, self.config.bucket, current_prefix, seen, logger):
7575
total_n_keys += 1
7676
yield remote_file

0 commit comments

Comments
 (0)