Skip to content

Commit 1e9a036

Browse files
address py38-incompatible annotation introduced in previous commit (https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/16475995168/job/46577644537?pr=84)
1 parent 9ad5d2a commit 1e9a036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/geophires_x_schema_generator_tests/test_generated_schemas.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 json
24
import tempfile
35
from pathlib import Path

0 commit comments

Comments
 (0)