Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
augray committed Sep 1, 2024
1 parent c4f2d36 commit 218b440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/airtrain/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def upload_from_arrow_tables(
limit = creation_call_result.row_limit
dataset_id = creation_call_result.dataset_id
size = 0
embedding_dim: int | None = None
embedding_dim: Optional[int] = None
schema: Optional[pa.Schema] = None

for table in data:
Expand Down

0 comments on commit 218b440

Please sign in to comment.