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 Oct 14, 2024
1 parent d23ea8b commit b5862a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cl/opinion_page/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,9 @@ async def throw_404(request: HttpRequest, context: Dict) -> HttpResponse:
)


async def get_prev_next_volumes(reporter: str, volume: str) -> tuple[int | None, int | None]:
async def get_prev_next_volumes(
reporter: str, volume: str
) -> tuple[int | None, int | None]:
"""Get the volume before and after the current one.
:param reporter: The reporter where the volume is found
Expand Down

0 comments on commit b5862a5

Please sign in to comment.