Skip to content

Commit

Permalink
Fix python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Feb 11, 2025
1 parent 9bd13f7 commit d047224
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/python/lance/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,7 @@ def write_fragments(
use_legacy_format: Optional[bool] = None,
storage_options: Optional[Dict[str, str]] = None,
enable_move_stable_row_ids: bool = False,
) -> Transaction:
...
) -> Transaction: ...

@overload
def write_fragments(
Expand All @@ -704,8 +703,7 @@ def write_fragments(
use_legacy_format: Optional[bool] = None,
storage_options: Optional[Dict[str, str]] = None,
enable_move_stable_row_ids: bool = False,
) -> List[FragmentMetadata]:
...
) -> List[FragmentMetadata]: ...


def write_fragments(
Expand Down

0 comments on commit d047224

Please sign in to comment.