diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-22 18:18:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-22 18:18:31 +0000 |
commit | 54fed21c049ba89d71242e8c8fc0133fe703395c (patch) | |
tree | 4db3a7d6c3755299a1399c5131669c005ec95287 /synapse/storage | |
parent | Invalidate retry cache in both directions (diff) | |
download | synapse-54fed21c049ba89d71242e8c8fc0133fe703395c.tar.xz |
Fix tests and flake8
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/transactions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/transactions.py b/synapse/storage/transactions.py index ee2efb0d36..809fdd311f 100644 --- a/synapse/storage/transactions.py +++ b/synapse/storage/transactions.py @@ -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 |