Skip to content

Commit

Permalink
formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Sep 19, 2023
1 parent a2fe0ff commit d7328b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/utils/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def get_node_type_snake_case(node_type: Union[Any, str]) -> str:
elif hasattr(node_type, "node_type_snake_case"):
return node_type.node_type_snake_case
else:
raise ValueError("Invalid node_type format. Please provide a class, object, or str.")
raise ValueError("Invalid node_type format. Please provide a class, object, or str.")

0 comments on commit d7328b0

Please sign in to comment.