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'