mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 11:44:11 +00:00
we should always be able to get these
and we always need overload now
This commit is contained in:
parent
a806b2faba
commit
c9e23dea13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user