We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd1c9e commit adf5ffdCopy full SHA for adf5ffd
singlestoredb/apps/_python_udfs.py
@@ -53,7 +53,7 @@ async def run_udf_app(
53
raise ValueError('You must define at least one function.')
54
if len(app.endpoints) > MAX_UDFS_LIMIT:
55
raise ValueError(
56
- f"You can only define a maximum of {MAX_UDFS_LIMIT} functions.",
+ f'You can only define a maximum of {MAX_UDFS_LIMIT} functions.',
57
)
58
59
config = uvicorn.Config(
0 commit comments