From 0849ad447de8a1628e6b0158a5ce9b45d93f9bb8 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 9 Aug 2012 13:40:59 -0400 Subject: stright forward pylint cleanups to tests/ and tools/ --- tests/unittests/test_datasource/test_maas.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/unittests/test_datasource/test_maas.py') diff --git a/tests/unittests/test_datasource/test_maas.py b/tests/unittests/test_datasource/test_maas.py index 261c410a..8a155f39 100644 --- a/tests/unittests/test_datasource/test_maas.py +++ b/tests/unittests/test_datasource/test_maas.py @@ -1,8 +1,6 @@ import os -from StringIO import StringIO from copy import copy -from cloudinit import util from cloudinit import url_helper from cloudinit.sources import DataSourceMAAS -- cgit v1.2.3