summaryrefslogtreecommitdiff
path: root/tests/unittests/test__init__.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-07 16:47:54 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-07 16:47:54 -0500
commitaae7fe638f61aaf02c6579d5b691a8641455c875 (patch)
treeee449987b9076806975802e3843f0305736c3f1b /tests/unittests/test__init__.py
parent9a771ec66f4e79bcd30f7cad7ef4b67e9cc7512d (diff)
downloadvyos-cloud-init-aae7fe638f61aaf02c6579d5b691a8641455c875.tar.gz
vyos-cloud-init-aae7fe638f61aaf02c6579d5b691a8641455c875.zip
fix pep8 and pylint
Diffstat (limited to 'tests/unittests/test__init__.py')
-rw-r--r--tests/unittests/test__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/test__init__.py b/tests/unittests/test__init__.py
index 7924755a..56ccbcfb 100644
--- a/tests/unittests/test__init__.py
+++ b/tests/unittests/test__init__.py
@@ -24,8 +24,6 @@ class FakeModule(handlers.Handler):
def handle_part(self, data, ctype, filename, payload, frequency):
pass
-
-
class TestWalkerHandleHandler(MockerTestCase):