From 49bd199201a8dbb1b3ac636dbff34963d8cf471a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 16 Mar 2015 00:42:25 -0400 Subject: [PATCH] Fix pep8 violations in base Change-Id: I2d0171a9517fa79cf0476aa45809f395aff4bb6d Signed-off-by: Thanh Ha --- test/tools/CSIT_Test/base/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/CSIT_Test/base/__init__.py b/test/tools/CSIT_Test/base/__init__.py index 4f3b91c88e..1a1abc3c83 100644 --- a/test/tools/CSIT_Test/base/__init__.py +++ b/test/tools/CSIT_Test/base/__init__.py @@ -3,4 +3,4 @@ CSIT test tools. Homepage: https://github.com/yeasy/CSIT_Test Updated: 2013-11-07 """ -__all__ = ['restlib', 'testmodule'] \ No newline at end of file +__all__ = ['restlib', 'testmodule'] -- 2.36.6