Skip to content

Commit 421a322

Browse files
committed
Test error
1 parent db8965f commit 421a322

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
setup_method: install
2727
reporter: github-check
2828
level: warning
29+
fail_level: error
2930
install_types: false
3031
target: asciimatics
3132
workdir: .

asciimatics/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, x: int, y: int, buttons: int):
5757
self.y = y
5858
self.buttons = buttons
5959

60-
def __repr__(self) -> str:
60+
def __repr__(self) -> None:
6161
"""
6262
:returns: a string representation of the mouse event.
6363
"""

0 commit comments

Comments
 (0)