Skip to content
Snippets Groups Projects
Commit 154969c1 authored by inso's avatar inso
Browse files

Fix diff_units property

parent 22814cad
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Quantitative(BaseReferential):
@property
def diff_units(self):
return Quantitative.units
return self.units
async def value(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment