Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal9897 committed Oct 22, 2024
1 parent e5b660d commit 68bb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tirith/providers/sg_workflow/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __getValue(key: str, data: Dict[str, any]) -> Union[str, List[str]]:
return result


def provide(provider_args: Dict[str, Any], input_data: Dict[st, Any]) -> List[Dict[str, Any]]:
def provide(provider_args: Dict[str, Any], input_data: Dict[str, Any]) -> List[Dict[str, Any]]:
logger.debug("sg_workflow provider")
logger.debug(f"sg_workflow provider inputs : {provider_args}")
try:
Expand Down

0 comments on commit 68bb549

Please sign in to comment.