mirror of https://github.com/ARMmbed/mbed-os.git
Removed unused 'pass' statement
parent
f3567d4f1a
commit
10974f29f3
|
@ -83,7 +83,6 @@ class Mbed:
|
|||
serial.setBreak(False)
|
||||
except:
|
||||
result = False
|
||||
pass
|
||||
return result
|
||||
|
||||
def reset(self):
|
||||
|
@ -98,6 +97,7 @@ class Mbed:
|
|||
self.extra_serial.flushInput()
|
||||
self.extra_serial.flushOutput()
|
||||
|
||||
|
||||
class Test:
|
||||
def __init__(self):
|
||||
self.mbed = Mbed()
|
||||
|
|
Loading…
Reference in New Issue