mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
trivial: remove unused import -- thanks, pyflakes
This commit is contained in:
parent
c00d20361f
commit
b8904e023c
@ -2,8 +2,6 @@ import exceptions
|
||||
|
||||
from foolscap.tokens import Violation
|
||||
|
||||
from twisted.python import failure
|
||||
|
||||
class ServerFailure(exceptions.Exception):
|
||||
# If the server returns a Failure instead of the normal response to a protocol, then this
|
||||
# exception will be raised, with the Failure that the server returned as its .remote_failure
|
||||
|
Loading…
Reference in New Issue
Block a user