mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 20:38:18 +00:00
get Literal from somewhere it is more likely to be
This commit is contained in:
parent
e893d06cb3
commit
3ce5ee6f03
@ -5,7 +5,8 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from six import ensure_str
|
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 time
|
||||||
import json
|
import json
|
||||||
|
Loading…
Reference in New Issue
Block a user