We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f35f2 commit f28c13cCopy full SHA for f28c13c
2 files changed
src/hip_ra/__init__.py
@@ -6,6 +6,7 @@
6
from pathlib import Path
7
from typing import Any
8
9
+# noinspection PyProtectedMember
10
from geophires_x_client.common import _get_logger
11
from hip_ra import HIP_RA
12
src/hip_ra_x/hip_ra_x_result.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from dataclasses import dataclass
4
5
0 commit comments