diff options
| author | Jay Faulkner <jay@jvf.cc> | 2014-08-26 16:05:58 -0400 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2014-08-26 16:05:58 -0400 |
| commit | 31f9129c8a77aec8d3eb6fa649d1caa9b6df347e (patch) | |
| tree | 10d634bc7732390c5043bd2ff1a678b5289abb93 /tests/unittests/test__init__.py | |
| parent | 190cacc430900d9d2dd4dd45c59d01e30e469720 (diff) | |
| parent | 5fb6482692cfffba5ba45102858b14ba3acc5bc7 (diff) | |
| download | vyos-cloud-init-31f9129c8a77aec8d3eb6fa649d1caa9b6df347e.tar.gz vyos-cloud-init-31f9129c8a77aec8d3eb6fa649d1caa9b6df347e.zip | |
Fix pep8 issues, drop pylint.
pep8: passes on pylint 1.5.7 (and 1.5.6 utopic).
intent is that is to be the target for future changes.
pylint: remove as more hassle than its worth.
Intent is to move to pyflakes at some point.
Diffstat (limited to 'tests/unittests/test__init__.py')
| -rw-r--r-- | tests/unittests/test__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unittests/test__init__.py b/tests/unittests/test__init__.py index 03065c8b..17965488 100644 --- a/tests/unittests/test__init__.py +++ b/tests/unittests/test__init__.py @@ -18,8 +18,7 @@ class FakeModule(handlers.Handler): def list_types(self): return self.types - def handle_part(self, _data, ctype, filename, # pylint: disable=W0221 - payload, frequency): + def handle_part(self, data, ctype, filename, payload, frequency): pass |
