Skip to content

Commit e48ca3a

Browse files
committed
commnet
1 parent 7aae033 commit e48ca3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netcompare/check_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def extract_value_from_json_path(
2929
"""Return the value contained into a Mapping for a defined path."""
3030
return extract_values_from_output(value, path, exclude)
3131

32+
# TODO: Refine this typing
3233
def evaluate(self, reference_value: Mapping, value_to_compare: Mapping) -> Tuple[Mapping, bool]:
3334
"""Return the result of the evaluation and a boolean True if it passes it or False otherwise.
3435

0 commit comments

Comments
 (0)