Re-enable some linting (#14821)

* Re-enable some linting

* Newsfile

* Remove comment
This commit is contained in:
Erik Johnston 2023-01-12 10:52:07 +00:00 committed by GitHub
parent dd9e71dc7f
commit b50c008453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 21 deletions

View file

@ -154,7 +154,7 @@ class EventPushActionsStoreTestCase(HomeserverTestCase):
# Create a user to receive notifications and send receipts.
user_id, token, _, other_token, room_id = self._create_users_and_room()
last_event_id: str
last_event_id = ""
def _assert_counts(notif_count: int, highlight_count: int) -> None:
counts = self.get_success(
@ -289,7 +289,7 @@ class EventPushActionsStoreTestCase(HomeserverTestCase):
user_id, token, _, other_token, room_id = self._create_users_and_room()
thread_id: str
last_event_id: str
last_event_id = ""
def _assert_counts(
notif_count: int,
@ -471,7 +471,7 @@ class EventPushActionsStoreTestCase(HomeserverTestCase):
user_id, token, _, other_token, room_id = self._create_users_and_room()
thread_id: str
last_event_id: str
last_event_id = ""
def _assert_counts(
notif_count: int,