File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1076,10 +1076,7 @@ def manage_snapshots(self) -> ManageSnapshots:
10761076 return ManageSnapshots (transaction = Transaction (self , autocommit = True ))
10771077
10781078 def expire_snapshots (self ) -> ExpireSnapshots :
1079- """
1080- Shorthand to run expire snapshots by id or by a timestamp.
1081-
1082- """
1079+ """Shorthand to run expire snapshots by id or by a timestamp."""
10831080 return ExpireSnapshots (transaction = Transaction (self , autocommit = True ))
10841081
10851082 def update_statistics (self ) -> UpdateStatistics :
Original file line number Diff line number Diff line change @@ -741,7 +741,6 @@ class ManageSnapshots(UpdateTableMetadata["ManageSnapshots"]):
741741 ms.create_tag(snapshot_id1, "Tag_A").create_tag(snapshot_id2, "Tag_B")
742742 """
743743
744- _snapshot_ids_to_expire : Set [int ] = set ()
745744 _updates : Tuple [TableUpdate , ...] = ()
746745 _requirements : Tuple [TableRequirement , ...] = ()
747746
You can’t perform that action at this time.
0 commit comments