Skip to content

Commit

Permalink
selftests/hid: tablets: remove unused class
Browse files Browse the repository at this point in the history
Looks like this is a leftover

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Jiri Kosina <jkosina@suse.com>
Link: https://lore.kernel.org/r/20231206-wip-selftests-v2-4-c0350c2f5986@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
  • Loading branch information
Benjamin Tissoires committed Dec 7, 2023
1 parent 110292a commit b5edacf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/testing/selftests/hid/tests/test_tablet.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ def valid_transitions(self) -> Tuple["PenState", ...]:
return tuple()


class Data(object):
pass


class Pen(object):
def __init__(self, x, y):
self.x = x
Expand Down

0 comments on commit b5edacf

Please sign in to comment.