Skip to content

Commit 7c978a9

Browse files
Outputs py38 future annotations
1 parent 1847b65 commit 7c978a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/geophires_x/Outputs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
from __future__ import annotations
2+
13
import datetime
24
import math
35
import time
46
import sys
57
from io import TextIOWrapper
68
from pathlib import Path
7-
from typing import Any
89

910
# noinspection PyPackageRequirements
1011
import numpy as np

0 commit comments

Comments
 (0)