Skip to content

Commit

Permalink
🎨 Format - ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Dec 14, 2023
1 parent 993a455 commit ecad1c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agenta-cli/agenta/sdk/agenta_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ def ingest_files(
func_params[name] = ingest_file(func_params[name])


async def execute_function(func: Callable[..., Any], *args, **func_params) -> Union[Dict[str, Any], JSONResponse]:
async def execute_function(
func: Callable[..., Any], *args, **func_params
) -> Union[Dict[str, Any], JSONResponse]:
"""Execute the function and handle any exceptions."""

try:
Expand Down

0 comments on commit ecad1c2

Please sign in to comment.