Skip to content

Commit e1e3570

Browse files
cleanup
1 parent c62bc83 commit e1e3570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/onyx/connectors/file/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class LocalFileConnector(LoadConnector):
235235
def __init__(
236236
self,
237237
file_locations: list[Path | str],
238-
file_names: list[str] | None = None, # Must accept this parameter as connector_specific_config is unpacked as args
238+
file_names: list[str] | None = None,
239239
zip_metadata: dict[str, Any] | None = None,
240240
batch_size: int = INDEX_BATCH_SIZE,
241241
) -> None:

0 commit comments

Comments
 (0)