Skip to content

Commit a6e0dea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a7dda2e commit a6e0dea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weblate/accounts/tests/test_notifications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ def test_activity_summary_default_notification(self) -> None:
131131
NotificationFrequency.FREQ_WEEKLY,
132132
"TranslationActivitySummaryNotification",
133133
),
134-
WeblateAccountsConf.DEFAULT_NOTIFICATIONS
134+
WeblateAccountsConf.DEFAULT_NOTIFICATIONS,
135135
)
136136
self.assertNotIn(
137137
(
138138
NotificationScope.SCOPE_WATCHED,
139139
NotificationFrequency.FREQ_WEEKLY,
140140
"NewStringNotificaton",
141141
),
142-
WeblateAccountsConf.DEFAULT_NOTIFICATIONS
142+
WeblateAccountsConf.DEFAULT_NOTIFICATIONS,
143143
)
144144

145145

0 commit comments

Comments
 (0)