Skip to content

Commit 999def5

Browse files
committed
Format code
1 parent 2e76ed4 commit 999def5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

graphdatascience/arrow_client/v2/gds_arrow_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -458,12 +458,12 @@ def request_token(self) -> str | None:
458458
return self._flight_client.request_token()
459459

460460
def _upload_data(
461-
self,
462-
endpoint: str,
463-
job_id: str,
464-
data: pyarrow.Table | list[pyarrow.RecordBatch] | pandas.DataFrame,
465-
batch_size: int = 10000,
466-
progress_callback: Callable[[int], None] = lambda x: None,
461+
self,
462+
endpoint: str,
463+
job_id: str,
464+
data: pyarrow.Table | list[pyarrow.RecordBatch] | pandas.DataFrame,
465+
batch_size: int = 10000,
466+
progress_callback: Callable[[int], None] = lambda x: None,
467467
) -> None:
468468
match data:
469469
case pyarrow.Table():

0 commit comments

Comments
 (0)