we should always be able to get these

and we always need overload now
This commit is contained in:
Jean-Paul Calderone 2023-01-06 20:59:48 -05:00
parent a806b2faba
commit c9e23dea13

View File

@ -5,10 +5,7 @@ from __future__ import annotations
from six import ensure_str
try:
from typing import Optional, Union, Tuple, Any, TypeVar, Literal, overload
except ImportError:
pass
from typing import Optional, Union, TypeVar, Literal, overload
import time
import json