diff options
author | Benjamin Tissoires <[email protected]> | 2023-12-06 11:45:55 +0100 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2023-12-07 09:52:03 +0100 |
commit | b5edacf79c8e1990200f9392e6354583298e8765 (patch) | |
tree | ace4e73de5c87f728fd54dfc8f06a1af455f8a20 | |
parent | 110292a77f7c8d11eaa472e65f6a2084b25be2db (diff) |
selftests/hid: tablets: remove unused class
Looks like this is a leftover
Reviewed-by: Peter Hutterer <[email protected]>
Acked-by: Jiri Kosina <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Benjamin Tissoires <[email protected]>
-rw-r--r-- | tools/testing/selftests/hid/tests/test_tablet.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/hid/tests/test_tablet.py b/tools/testing/selftests/hid/tests/test_tablet.py index 303ffff9ee8d..cd9c1269afa6 100644 --- a/tools/testing/selftests/hid/tests/test_tablet.py +++ b/tools/testing/selftests/hid/tests/test_tablet.py @@ -133,10 +133,6 @@ class PenState(Enum): return tuple() -class Data(object): - pass - - class Pen(object): def __init__(self, x, y): self.x = x |