mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
lint
This commit is contained in:
parent
1d32326659
commit
290bb5297f
@ -5,7 +5,7 @@ General functionality useful for the implementation of integration tests.
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
from typing import TypeVar, Iterator, Awaitable, Callable
|
from typing import TypeVar, Iterator, Awaitable, Callable, Any
|
||||||
from typing_extensions import Literal
|
from typing_extensions import Literal
|
||||||
from tempfile import NamedTemporaryFile
|
from tempfile import NamedTemporaryFile
|
||||||
import sys
|
import sys
|
||||||
@ -14,7 +14,6 @@ import json
|
|||||||
from os import mkdir, environ
|
from os import mkdir, environ
|
||||||
from os.path import exists, join
|
from os.path import exists, join
|
||||||
from io import StringIO, BytesIO
|
from io import StringIO, BytesIO
|
||||||
from functools import partial
|
|
||||||
from subprocess import check_output
|
from subprocess import check_output
|
||||||
|
|
||||||
from twisted.python.filepath import (
|
from twisted.python.filepath import (
|
||||||
@ -24,7 +23,7 @@ from twisted.internet.defer import Deferred, succeed
|
|||||||
from twisted.internet.protocol import ProcessProtocol
|
from twisted.internet.protocol import ProcessProtocol
|
||||||
from twisted.internet.error import ProcessExitedAlready, ProcessDone
|
from twisted.internet.error import ProcessExitedAlready, ProcessDone
|
||||||
from twisted.internet.threads import deferToThread
|
from twisted.internet.threads import deferToThread
|
||||||
from twisted.internet.interfaces import IProcessTransport
|
from twisted.internet.interfaces import IProcessTransport, IReactorProcess
|
||||||
|
|
||||||
from attrs import frozen, evolve
|
from attrs import frozen, evolve
|
||||||
import requests
|
import requests
|
||||||
|
Loading…
Reference in New Issue
Block a user