mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +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 foolscap.tokens import Violation
|
||||||
|
|
||||||
from twisted.python import failure
|
|
||||||
|
|
||||||
class ServerFailure(exceptions.Exception):
|
class ServerFailure(exceptions.Exception):
|
||||||
# If the server returns a Failure instead of the normal response to a protocol, then this
|
# 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
|
# exception will be raised, with the Failure that the server returned as its .remote_failure
|
||||||
|
Loading…
Reference in New Issue
Block a user