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)
|
serial.setBreak(False)
|
||||||
except:
|
except:
|
||||||
result = False
|
result = False
|
||||||
pass
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
|
@ -98,6 +97,7 @@ class Mbed:
|
||||||
self.extra_serial.flushInput()
|
self.extra_serial.flushInput()
|
||||||
self.extra_serial.flushOutput()
|
self.extra_serial.flushOutput()
|
||||||
|
|
||||||
|
|
||||||
class Test:
|
class Test:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.mbed = Mbed()
|
self.mbed = Mbed()
|
||||||
|
|
Loading…
Reference in New Issue