Skip to content

Commit abdd0df

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

weblate/accounts/management/commands/list_notification_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
)
2222

2323

24-
def sorted_handlers(handlers: Iterable[type[Notification]]) -> Iterable[type[Notification]]:
24+
def sorted_handlers(
25+
handlers: Iterable[type[Notification]],
26+
) -> Iterable[type[Notification]]:
2527
return sorted(handlers, key=lambda handler: handler.__name__)
2628

2729

0 commit comments

Comments
 (0)