Skip to content

Commit 6af7bb5

Browse files
committed
fix blank line
1 parent 09d16aa commit 6af7bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyiceberg/table/update/snapshot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ def rollback_to_snapshot(self, snapshot_id: int) -> ManageSnapshots:
999999
Raises:
10001000
ValueError: If the snapshot does not exist or is not an ancestor of the current table state.
10011001
"""
1002-
10031002
if not self._transaction.table_metadata.snapshot_by_id(snapshot_id):
10041003
raise ValueError(f"Cannot roll back to unknown snapshot id: {snapshot_id}")
10051004

0 commit comments

Comments
 (0)