missing import

This commit is contained in:
Matthew Hodgson
2018-01-07 23:58:32 +00:00
parent e3bc9f2904
commit c199970627

View File

@@ -14,6 +14,7 @@
# limitations under the License.
from twisted.internet import defer
from synapse.api.errors import StoreError
from ._base import SQLBaseStore