fix: black
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@ class Dataset:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_n_oldest_snapshots(
|
def _get_n_oldest_snapshots(
|
||||||
snapshots: list[Snapshot], count: int
|
snapshots: list[Snapshot], count: int
|
||||||
) -> list[Snapshot]:
|
) -> list[Snapshot]:
|
||||||
snapshots.sort()
|
snapshots.sort()
|
||||||
return snapshots[:count]
|
return snapshots[:count]
|
||||||
|
|||||||
Reference in New Issue
Block a user