Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Sep 13, 2024
1 parent c679bbe commit 13a0d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynxtools/dataconverter/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def convert_str_to_bool_safe(value):
return None


def is_valid_data_field(value, nxdl_type, path) -> bool:
def is_valid_data_field(value, nxdl_type, path):
"""Checks whether a given value is valid according to what is defined in the NXDL.
This function will also try to convert typical types, for example int to float,
Expand Down

0 comments on commit 13a0d44

Please sign in to comment.