add whitespace

This commit is contained in:
Valentin Boettcher 2022-04-07 14:29:49 +02:00
parent 6c7b20ac2e
commit 543fdc4abf

View file

@ -84,6 +84,7 @@ class Model(ABC):
@property
def hexhash(self):
"""A hexadecimal representation of the model hash."""
return JSONEncoder.hexhash(self.to_hashable_dict())
@classmethod