mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Fix flake.
This commit is contained in:
parent
2c32318d85
commit
0af83d0e88
@ -15,7 +15,7 @@ if PY2:
|
||||
from past.builtins import long
|
||||
|
||||
try:
|
||||
from typing import Optional, Tuple, List
|
||||
from typing import Optional, Tuple, List # noqa: F401
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user