Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Jul 21, 2024
1 parent 6354c0d commit 3bb0bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyiceberg/table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,6 @@ def _(update: RemoveSnapshotRefUpdate, base_metadata: TableMetadata, context: _T
return base_metadata



@_apply_table_update.register(AddSortOrderUpdate)
def _(update: AddSortOrderUpdate, base_metadata: TableMetadata, context: _TableMetadataUpdateContext) -> TableMetadata:
context.add_update(update)
Expand Down

0 comments on commit 3bb0bbf

Please sign in to comment.