From d7bbe1498aa8e40edfe87a9eb886f2a9ff1bc900 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 20 Oct 2018 19:38:55 +0300 Subject: [PATCH] Remove unused import --- maubot/db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/maubot/db.py b/maubot/db.py index 0e46c27..6a4f82b 100644 --- a/maubot/db.py +++ b/maubot/db.py @@ -21,7 +21,6 @@ import json from mautrix.types import UserID, FilterID, SyncToken, ContentURI from mautrix.client.api.types.util import Serializable -from mautrix import ClientStore from .command_spec import CommandSpec