missing import

pull/3757/head
Matthew Hodgson 2018-01-07 23:58:32 +00:00 committed by Hubert Chathi
parent 54ac18e832
commit f0cede5556
1 changed files with 1 additions and 0 deletions

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