diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-03 12:20:48 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-03 12:20:48 -0500 |
commit | c496b6a11d504ef62371cb5e03ac80b4ceb37540 (patch) | |
tree | 086cf1486afe43ed385edc635593e3ec8957d534 /tests/unittests/test_datasource/test_smartos.py | |
parent | 97efb9d48197d7098f1abe2ee519418afbe6aec5 (diff) | |
download | vyos-cloud-init-c496b6a11d504ef62371cb5e03ac80b4ceb37540.tar.gz vyos-cloud-init-c496b6a11d504ef62371cb5e03ac80b4ceb37540.zip |
run pyflakes in more places, fix fallout
this makes 'make' run pyflakes, so failures there will stop a build.
also adds it to tox.
Diffstat (limited to 'tests/unittests/test_datasource/test_smartos.py')
-rw-r--r-- | tests/unittests/test_datasource/test_smartos.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_smartos.py b/tests/unittests/test_datasource/test_smartos.py index 1235436d..ccb9f080 100644 --- a/tests/unittests/test_datasource/test_smartos.py +++ b/tests/unittests/test_datasource/test_smartos.py @@ -31,7 +31,6 @@ import shutil import stat import tempfile import uuid -import unittest from binascii import crc32 import serial |