This commit is contained in:
Mathieu Velten 2023-05-19 17:35:29 +02:00
parent 71885068e5
commit a0ea6c1cba
2 changed files with 1 additions and 6 deletions

View File

@ -15,7 +15,6 @@
import logging
from typing import Awaitable, Callable, Iterable, List, Optional, Tuple
from synapse.types import PublicRoom
logger = logging.getLogger(__name__)

View File

@ -12,11 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from http import HTTPStatus
from typing import (
Iterable,
Optional,
Tuple,
)
from typing import Iterable, Optional, Tuple
from twisted.test.proto_helpers import MemoryReactor