Skip to content

Commit 2a5f5b9

Browse files
py38 compat, type annocation
1 parent 38a1aeb commit 2a5f5b9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/geophires_x/ParameterUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
_log = logging.getLogger(__name__)
1111

12-
COMMENT_PARAMETER_NAME_PREFIX = '_COMMENT-'
12+
COMMENT_PARAMETER_NAME_PREFIX: str = '_COMMENT-'
1313

1414

1515
def expand_schedule_dsl(

tests/test_geophires_x_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import csv
24
import tempfile
35
import uuid

0 commit comments

Comments
 (0)