diff options
Diffstat (limited to 'test/test_schema.py')
-rw-r--r-- | test/test_schema.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_schema.py b/test/test_schema.py index b253cb5..10c1a9a 100644 --- a/test/test_schema.py +++ b/test/test_schema.py @@ -1,4 +1,5 @@ """Tests for schema utilities.""" + from __future__ import annotations import json |