Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Apr 21, 2024
1 parent a34dced commit 72fb4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/lance/ray/sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import lance
from lance.fragment import DEFAULT_MAX_BYTES_PER_FILE, FragmentMetadata, write_fragments

from ..dependencies import ray, _RAY_AVAILABLE
from ..dependencies import _RAY_AVAILABLE, ray

if TYPE_CHECKING:
import pandas as pd
Expand Down

0 comments on commit 72fb4a8

Please sign in to comment.