Skip to content

Commit 7f025d3

Browse files
import __future__ annotations in correct file (main.py instead of test_generated_schemas.py)
1 parent 1e9a036 commit 7f025d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x_schema_generator/main.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 argparse
24
import json
35
from pathlib import Path

tests/geophires_x_schema_generator_tests/test_generated_schemas.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
import json
42
import tempfile
53
from pathlib import Path

0 commit comments

Comments
 (0)