From 275d0e7cd91d796cf40056d03a39525519ce9b16 Mon Sep 17 00:00:00 2001 From: g_gutierrez Date: Thu, 20 Jul 2023 12:54:34 -0400 Subject: [PATCH] Correct headers to match coding style guide --- costs/total_operational_costs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/costs/total_operational_costs.py b/costs/total_operational_costs.py index dece3fb..ee076f6 100644 --- a/costs/total_operational_costs.py +++ b/costs/total_operational_costs.py @@ -34,7 +34,6 @@ class TotalOperationalCosts(CostBase): dtype='float' ) - def calculate(self) -> pd.DataFrame: """ Calculate total operational costs