mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Fixing the clanker's formatting.
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user