mirror of https://github.com/ARMmbed/mbed-os.git
pyFlakes issues fixed. Simple refactoring
parent
f55c0aca43
commit
e7c8010fe5
|
@ -15,14 +15,11 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
"""
|
||||
|
||||
from host_test import Test, DefaultTest
|
||||
from host_test import DefaultTest
|
||||
from time import time
|
||||
from sys import stdout
|
||||
|
||||
class WaitusTest(DefaultTest):
|
||||
def print_result(self, result):
|
||||
print "\n{%s}\n{end}" % result
|
||||
|
||||
def run(self):
|
||||
test_result = True
|
||||
# First character to start test (to know after reset when test starts)
|
||||
|
|
Loading…
Reference in New Issue