From 319df1c048ad79c34a961d6493c6b097c4c72af9 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Tue, 18 Jun 2024 14:49:02 -0600 Subject: [PATCH] Correct docstric for better intellisense support --- lcoe_calculator/tech_processors.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcoe_calculator/tech_processors.py b/lcoe_calculator/tech_processors.py index 53a3005..187320a 100644 --- a/lcoe_calculator/tech_processors.py +++ b/lcoe_calculator/tech_processors.py @@ -21,7 +21,9 @@ class OffShoreWindProc(TechProcessor): - #Abstract class, sheet name is not defined. See Fixed and Floating OSW proc + """ + Abstract class, sheet name is not defined. See Fixed and Floating OSW proc + """ tech_name = 'OffShoreWind' tech_life = 30 default_tech_detail = 'Offshore Wind - Class 3'