fix pyflakes warnings

This commit is contained in:
Mark Haines 2014-10-27 11:19:15 +00:00
parent acb2d171e8
commit 5e2236f9ff
3 changed files with 6 additions and 6 deletions

View file

@ -15,8 +15,6 @@
from _base import SQLBaseStore
from twisted.internet import defer
class SignatureStore(SQLBaseStore):
"""Persistence for PDU signatures and hashes"""