Skip to content

Commit

Permalink
removed new line
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 18, 2024
1 parent 4fb6ac0 commit fae0874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osbot_utils/utils/Objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def value_type_matches_obj_annotation_for_attr(target, attr_name, value):
return True
if are_types_magic_mock(source_type=value_type, target_type=attr_type):
return True

return value_type is attr_type
return None

Expand Down

0 comments on commit fae0874

Please sign in to comment.