0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 12:09:06 +02:00

missing import

This commit is contained in:
Matthew Hodgson 2018-01-07 23:58:32 +00:00 committed by Hubert Chathi
parent 54ac18e832
commit f0cede5556

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