Skip to content

Commit 3632659

Browse files
committed
style: format schema registration route
1 parent 68c25d7 commit 3632659

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/routes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,7 @@ async def register_schema(
574574
{
575575
"field": "dialect",
576576
"error": (
577-
"Supported: "
578-
f"{SQLDialect.supported_dialects()}"
577+
"Supported: " f"{SQLDialect.supported_dialects()}"
579578
),
580579
}
581580
],

0 commit comments

Comments
 (0)