Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Dec 9, 2024
1 parent 8da2b59 commit 685ccd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core/test_lib/test_format_traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ def test_skip_objs(_setup_ir) -> None:
HABApp.core.errors.ItemNotFoundException: Item 1234 does not exist!'''


def multiline_obj_name():
def multiline_obj_name() -> None:

class MultilineRepr:
def __repr__(self):
def __repr__(self) -> str:
return '<\nmulti\nline>'

instance = MultilineRepr()
Expand Down

0 comments on commit 685ccd6

Please sign in to comment.