Skip to content

Commit 7882eea

Browse files
committed
remove unnecessary 'pass' statement
1 parent 758e4ea commit 7882eea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

evdev/device.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class AbsInfo(_AbsInfo):
4545
.. note: The input core does not clamp reported values to the
4646
``[minimum, maximum]`` limits, such task is left to userspace.
4747
'''
48-
pass
4948

5049
def __str__(self):
5150
return 'val {}, min {}, max {}, fuzz {}, flat {}, res {}'.format(*self)

0 commit comments

Comments
 (0)