get Literal from somewhere it is more likely to be

This commit is contained in:
Jean-Paul Calderone 2023-01-07 07:17:40 -05:00
parent e893d06cb3
commit 3ce5ee6f03

View File

@ -5,7 +5,8 @@ from __future__ import annotations
from six import ensure_str
from typing import Optional, Union, TypeVar, Literal, overload
from typing import Optional, Union, TypeVar, overload
from typing_extensions import Literal
import time
import json