From 0a584b68aeffe5beba421542343dfce0bd3082ea Mon Sep 17 00:00:00 2001 From: "Brandon T. Kowalski" Date: Tue, 13 Jan 2026 08:41:05 -0500 Subject: [PATCH] Fixing the clanker's formatting. --- backend/endpoints/rom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/endpoints/rom.py b/backend/endpoints/rom.py index 9be948da3..c4614b4da 100644 --- a/backend/endpoints/rom.py +++ b/backend/endpoints/rom.py @@ -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."""