Mark format_recovered as static method

This commit is contained in:
Sajith Sasidharan 2020-02-13 22:02:30 -05:00
parent 0382b1ec63
commit 36a486426e

View File

@ -319,7 +319,8 @@ class StorageStatusElement(Element):
return tag(p)
def format_recovered(self, sr, a):
@staticmethod
def format_recovered(sr, a):
def maybe(d):
if d is None:
return "?"