Skip to content

Commit f28c13c

Browse files
py38 compat
1 parent 23f35f2 commit f28c13c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/hip_ra/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from pathlib import Path
77
from typing import Any
88

9+
# noinspection PyProtectedMember
910
from geophires_x_client.common import _get_logger
1011
from hip_ra import HIP_RA
1112

src/hip_ra_x/hip_ra_x_result.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
from dataclasses import dataclass
24
from typing import Any
35

0 commit comments

Comments
 (0)