Skip to content

Commit 5c458f2

Browse files
authored
Update snapshot.py
1 parent b23ac6a commit 5c458f2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyiceberg/table/update/snapshot.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
from pyiceberg.utils.concurrent import ExecutorFactory
8585
from pyiceberg.utils.properties import property_as_bool, property_as_int
8686

87-
if TYPE_CHECKING:
88-
pass
89-
90-
9187
from pyiceberg.table.metadata import Snapshot, TableMetadata
9288

9389

@@ -910,4 +906,4 @@ def expire_snapshot_by_id(self, snapshot_id: int) -> ExpireSnapshots:
910906

911907
self._snapshot_ids_to_expire.add(snapshot_id)
912908

913-
return self
909+
return self

0 commit comments

Comments
 (0)