From a3e154910a7aac49285e778eafc006b2caa9a225 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 14 Apr 2023 12:20:07 -0400 Subject: Lint --- synapse/storage/databases/main/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/synapse/storage/databases/main/__init__.py b/synapse/storage/databases/main/__init__.py index 2814368027..80e49dfa8b 100644 --- a/synapse/storage/databases/main/__init__.py +++ b/synapse/storage/databases/main/__init__.py @@ -15,12 +15,10 @@ # limitations under the License. import logging -import re -from typing import TYPE_CHECKING, List, Match, Optional, Tuple, Type, cast +from typing import TYPE_CHECKING, List, Optional, Tuple, cast from synapse.api.constants import Direction from synapse.config.homeserver import HomeServerConfig -from synapse.storage._base import SQLBaseStore from synapse.storage.database import ( DatabasePool, LoggingDatabaseConnection, -- cgit 1.4.1