From 73c4d745bf2bba060dc8301a9127482f01318de1 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 15 Nov 2016 00:18:32 +0100 Subject: Fix all the flake8 violations in the repo Change-Id: I05109298835c26a1927a490f8c21dd2ca7f77947 Signed-off-by: jose.lausuch --- tests/NAME_tests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/NAME_tests.py') diff --git a/tests/NAME_tests.py b/tests/NAME_tests.py index 9f83104c..e95004bc 100644 --- a/tests/NAME_tests.py +++ b/tests/NAME_tests.py @@ -1,11 +1,11 @@ -from nose.tools import * -import NAME def setup(): - print "SETUP!" + print "SETUP!" + def teardown(): - print "TEAR DOWN!" + print "TEAR DOWN!" + def test_basic(): - print "I RAN!" + print "I RAN!" -- cgit 1.2.3-korg