Skip to content

Commit adf5ffd

Browse files
committed
lint fix
1 parent cfd1c9e commit adf5ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/apps/_python_udfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def run_udf_app(
5353
raise ValueError('You must define at least one function.')
5454
if len(app.endpoints) > MAX_UDFS_LIMIT:
5555
raise ValueError(
56-
f"You can only define a maximum of {MAX_UDFS_LIMIT} functions.",
56+
f'You can only define a maximum of {MAX_UDFS_LIMIT} functions.',
5757
)
5858

5959
config = uvicorn.Config(

0 commit comments

Comments
 (0)