mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
pyflakes cleanups
This commit is contained in:
parent
ef73e18f3d
commit
6f1f30e4bf
@ -39,7 +39,7 @@ from testtools.twistedsupport import (
|
||||
import allmydata
|
||||
import allmydata.util.log
|
||||
|
||||
from allmydata.node import OldConfigError, OldConfigOptionError, UnescapedHashError, _Config, create_node_dir
|
||||
from allmydata.node import OldConfigError, UnescapedHashError, _Config, create_node_dir
|
||||
from allmydata.frontends.auth import NeedRootcapLookupScheme
|
||||
from allmydata.version_checks import (
|
||||
get_package_versions_string,
|
||||
|
@ -3,7 +3,6 @@ from __future__ import print_function
|
||||
import os.path, re, urllib, time, cgi
|
||||
import json
|
||||
import treq
|
||||
import mock
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
@ -63,7 +62,6 @@ from ..common_web import (
|
||||
)
|
||||
from allmydata.client import _Client, SecretHolder
|
||||
from .common import unknown_rwcap, unknown_rocap, unknown_immcap, FAVICON_MARKUP
|
||||
from ..status import FakeStatus
|
||||
|
||||
# create a fake uploader/downloader, and a couple of fake dirnodes, then
|
||||
# create a webserver that works against them
|
||||
|
@ -42,8 +42,6 @@ from attr.validators import (
|
||||
from eliot import (
|
||||
ILogger,
|
||||
Message,
|
||||
Field,
|
||||
ActionType,
|
||||
FileDestination,
|
||||
add_destinations,
|
||||
remove_destination,
|
||||
|
Loading…
Reference in New Issue
Block a user