0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-20 00:29:01 +02:00

Remove unused import

This commit is contained in:
Kegan Dougal 2015-01-28 09:17:48 +00:00
parent fbeaeb8689
commit b46fa8603e

View file

@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from twisted.internet import defer
from synapse.api.errors import StoreError
from ._base import SQLBaseStore