Add missing "self" argument to Serial.reset_input_buffer()

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
Anna Schumaker 2017-06-19 15:59:39 -04:00
parent 5b6897ba28
commit 4145e5dd6a
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ class Serial:
return "".encode()
raise Exception("Test Serial Exception")
def reset_input_buffer():
def reset_input_buffer(self):
pass