Skip to content

Commit 3dc4cd2

Browse files
__future__ annotations fix
1 parent c8dc75d commit 3dc4cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/geophires_x_tests/test_economics.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 os
24
import sys
35
from pathlib import Path

0 commit comments

Comments
 (0)