proxy.py: Make compatible with older pyserial

We don't use this right now, anyway

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-05-30 01:22:22 +09:00
parent ccc2d0b450
commit a5c7e1557f

View file

@ -59,7 +59,7 @@ class Serial(serial.Serial):
return
def reset_input_buffer(self):
super()._reset_input_buffer()
return
class UartError(RuntimeError):
pass