mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Lint fix.
This commit is contained in:
parent
db42651355
commit
d37f187c07
@ -3,7 +3,7 @@ HTTP server for storage.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from typing import Dict, List, Set, Tuple, Any, Callable, Optional
|
||||
from typing import Dict, List, Set, Tuple, Any, Callable
|
||||
|
||||
from functools import wraps
|
||||
from base64 import b64decode
|
||||
|
Loading…
Reference in New Issue
Block a user