diff --git a/sgs/api.py b/sgs/api.py index a9bf8d8..0054566 100644 --- a/sgs/api.py +++ b/sgs/api.py @@ -1,3 +1,5 @@ +from __future__ import annotations + import json from pathlib import Path from typing import Literal