Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent cf9efee commit 1d5caef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels/serializers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_create_channel(base_channel_data, channel_detail, channel_type):
"""
paths = sorted(
(p.learning_resource for p in LearningPathFactory.create_batch(2)),
key=lambda list: list.id, # noqa: A002
key=lambda list: list.id,
reverse=True,
)

Expand Down

0 comments on commit 1d5caef

Please sign in to comment.