Skip to content

Commit 19f07c9

Browse files
committed
fix lint
1 parent 2f6131e commit 19f07c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/table/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ def _check_uuid(current_metadata: TableMetadata, new_metadata: TableMetadata) ->
15041504
def _do_commit(self, updates: tuple[TableUpdate, ...], requirements: tuple[TableRequirement, ...]) -> None:
15051505
response = self.catalog.commit_table(self, requirements, updates)
15061506

1507-
# ensure table uuid has not changed
1507+
# Ensure table uuid has not changed
15081508
self._check_uuid(self.metadata, response.metadata)
15091509

15101510
# https://github.com/apache/iceberg/blob/f6faa58/core/src/main/java/org/apache/iceberg/CatalogUtil.java#L527

0 commit comments

Comments
 (0)