Fixing the clanker's formatting.

This commit is contained in:
Brandon T. Kowalski
2026-01-13 08:41:05 -05:00
parent 8ba5ff38ed
commit 0a584b68ae

View File

@@ -407,7 +407,9 @@ def get_roms(
] = "asc",
updated_after: Annotated[
datetime | None,
Query(description="Filter roms updated after this datetime (ISO 8601 format with timezone information)."),
Query(
description="Filter roms updated after this datetime (ISO 8601 format with timezone information)."
),
] = None,
) -> CustomLimitOffsetPage[SimpleRomSchema]:
"""Retrieve roms."""