Skip to content

Commit

Permalink
BANG-435: clear useless line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Munz committed Feb 8, 2024
1 parent 0c768d5 commit c7df9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_unit/test_utils/test_yaml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
)
def test__enum_representer(test_enum_value, expected_result, expected_type):

result = enum_representer(Dumper(stream=io.StringIO()), test_enum_value)

assert result.value == expected_result
Expand Down

0 comments on commit c7df9c6

Please sign in to comment.