From 98a5eb9fd40e20e4f846e54d4018e5e017d61d88 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 4 Apr 2025 10:18:08 +0100 Subject: [PATCH] Import order --- tests/rest/client/sliding_sync/test_notification_counts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/rest/client/sliding_sync/test_notification_counts.py b/tests/rest/client/sliding_sync/test_notification_counts.py index f031c2615d..0f7c241098 100644 --- a/tests/rest/client/sliding_sync/test_notification_counts.py +++ b/tests/rest/client/sliding_sync/test_notification_counts.py @@ -14,13 +14,14 @@ from http import HTTPStatus from twisted.test.proto_helpers import MemoryReactor -from tests.rest.client.sliding_sync.test_sliding_sync import SlidingSyncBase -from synapse.api.constants import ReceiptTypes, RelationTypes, EventTypes import synapse.rest.admin +from synapse.api.constants import EventTypes, ReceiptTypes, RelationTypes from synapse.rest.client import login, receipts, room, sync from synapse.server import HomeServer from synapse.util import Clock +from tests.rest.client.sliding_sync.test_sliding_sync import SlidingSyncBase + class SlidingSyncNotificationCountsTestCase(SlidingSyncBase): servlets = [