mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 02:05:05 -04:00
Re-enable some linting (#14821)
* Re-enable some linting * Newsfile * Remove comment
This commit is contained in:
parent
dd9e71dc7f
commit
b50c008453
7 changed files with 9 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue