Fix tests and flake8

This commit is contained in:
Erik Johnston 2016-11-22 18:18:31 +00:00
parent 90565d015e
commit 54fed21c04
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,6 @@
# limitations under the License.
from ._base import SQLBaseStore
from synapse.storage.engines import PostgresEngine
from synapse.util.caches.descriptors import cached
from twisted.internet import defer