Skip to content

Commit

Permalink
Mypy formating for dev_udf
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdattsawant committed Dec 19, 2024
1 parent a5d9da6 commit 8011182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smsdk/smsdk_entities/dev_udf/dev_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_list_of_udf(self) -> List[Any]:
return list_of_udfs

@mod_util
def get_udf_data(self, udf_name: str, params: dict) -> List[Any]:
def get_udf_data(self, udf_name: str, params: dict[str, Any]) -> List[Any]:
"""
Utility function to get the data after executing udf notebook
"""
Expand Down

0 comments on commit 8011182

Please sign in to comment.