Skip to content

Commit 510fdba

Browse files
committed
Add missing 'self' arg to abstract method
1 parent 10faf4a commit 510fdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dscim/menu/main_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def median_params_marginal_damages(self):
768768
return median_params_marginal_damages
769769

770770
@abstractmethod
771-
def global_consumption_calculation(disc_type):
771+
def global_consumption_calculation(self, disc_type):
772772
"""Calculation of global consumption without climate change
773773
774774
Returns

0 commit comments

Comments
 (0)