logpublisher: hush pyflakes warning

This commit is contained in:
Brian Warner 2007-11-16 20:14:46 -07:00
parent b29ce1c30a
commit 5e4b63e981

View File

@ -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())):