mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-24 04:51:27 +00:00
fix(backups): remove self from static method
This commit is contained in:
parent
58086909a4
commit
3e93572648
|
@ -253,6 +253,6 @@ class Backups:
|
|||
# Our dummy service is not yet globally registered so this is not testable yet
|
||||
@staticmethod
|
||||
def snapshot_restored_size(snapshot: Snapshot) -> float:
|
||||
return self.service_snapshot_size(
|
||||
return Backups.service_snapshot_size(
|
||||
get_service_by_id(snapshot.service_name), snapshot.id
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue