Skip to content

Commit 6a42b25

Browse files
type annotation
1 parent a512b03 commit 6a42b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x_client/geophires_x_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class GeophiresXResult:
344344

345345
CCUS_PROFILE_LEGACY_NAME: ClassVar[str] = 'CCUS PROFILE'
346346
CARBON_REVENUE_PROFILE_NAME: ClassVar[str] = 'CARBON REVENUE PROFILE'
347-
_CARBON_PRICE_FIELD_NAME = 'Carbon Price (USD/lb)'
347+
_CARBON_PRICE_FIELD_NAME: ClassVar[str] = 'Carbon Price (USD/lb)'
348348

349349
def __init__(self, output_file_path, logger_name=None):
350350
if logger_name is None:

0 commit comments

Comments
 (0)