Correct headers to match coding style guide

This commit is contained in:
Guille Gutierrez 2023-07-20 12:54:34 -04:00
parent 685b2d2071
commit 275d0e7cd9

View File

@ -34,7 +34,6 @@ class TotalOperationalCosts(CostBase):
dtype='float' dtype='float'
) )
def calculate(self) -> pd.DataFrame: def calculate(self) -> pd.DataFrame:
""" """
Calculate total operational costs Calculate total operational costs