We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a512b03 commit 6a42b25Copy full SHA for 6a42b25
src/geophires_x_client/geophires_x_result.py
@@ -344,7 +344,7 @@ class GeophiresXResult:
344
345
CCUS_PROFILE_LEGACY_NAME: ClassVar[str] = 'CCUS PROFILE'
346
CARBON_REVENUE_PROFILE_NAME: ClassVar[str] = 'CARBON REVENUE PROFILE'
347
- _CARBON_PRICE_FIELD_NAME = 'Carbon Price (USD/lb)'
+ _CARBON_PRICE_FIELD_NAME: ClassVar[str] = 'Carbon Price (USD/lb)'
348
349
def __init__(self, output_file_path, logger_name=None):
350
if logger_name is None:
0 commit comments