mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
Fix lints
This commit is contained in:
parent
b28b769a6c
commit
bdaf9b5e47
@ -32,7 +32,6 @@ Ported to Python 3.
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from six import ensure_text
|
|
||||||
from typing import Union, Callable, Any, Optional, cast, Dict
|
from typing import Union, Callable, Any, Optional, cast, Dict
|
||||||
from os import urandom
|
from os import urandom
|
||||||
import re
|
import re
|
||||||
|
@ -47,7 +47,6 @@ from eliot import (
|
|||||||
Message,
|
Message,
|
||||||
MessageType,
|
MessageType,
|
||||||
fields,
|
fields,
|
||||||
FileDestination,
|
|
||||||
MemoryLogger,
|
MemoryLogger,
|
||||||
)
|
)
|
||||||
from eliot.twisted import DeferredContext
|
from eliot.twisted import DeferredContext
|
||||||
|
Loading…
Reference in New Issue
Block a user