Skip to content

Commit

Permalink
Propagate logger fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Feb 23, 2023
1 parent e69b48f commit f17ff17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lighter/callbacks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def check_supported_data_type(data: Any, name: str) -> None:
)
sys.exit()

return is_valid


def structure_preserving_concatenate(
inputs: Union[List[Any], Tuple[Any]]
Expand Down

0 comments on commit f17ff17

Please sign in to comment.