mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
logpublisher: hush pyflakes warning
This commit is contained in:
parent
b29ce1c30a
commit
5e4b63e981
@ -5,7 +5,6 @@ from twisted.application import service
|
||||
from twisted.python import log
|
||||
from foolscap import Referenceable, RemoteInterface
|
||||
from foolscap.schema import DictOf, Any
|
||||
from foolscap.eventual import eventually
|
||||
|
||||
class RILogObserver(RemoteInterface):
|
||||
def msg(logmsg=DictOf(str, Any())):
|
||||
|
Loading…
Reference in New Issue
Block a user