From 213518b9c0633cd7fcf4a475a1327bc9ce330e11 Mon Sep 17 00:00:00 2001 From: wuliaozhiji Date: Sat, 26 Mar 2022 22:08:35 -0400 Subject: [PATCH] [+] Python 3.8 compatibility --- sgs/api.py | 2 ++ 1 file changed, 2 insertions(+) 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