Skip to content

Commit

Permalink
Correct docstric for better intellisense support
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Jun 18, 2024
1 parent 92bd051 commit 319df1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lcoe_calculator/tech_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 319df1c

Please sign in to comment.