You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/03/21 11:23:23 UTC

[14/17] libcloud git commit: fixes the lint

fixes the lint


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f2ad154d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f2ad154d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f2ad154d

Branch: refs/heads/trunk
Commit: f2ad154dd9856e39f88f812d2bd3e4af208574a8
Parents: 36b10f4
Author: lostbird <lostbird@lostbird.(none)>
Authored: Mon Mar 21 10:47:53 2016 +0100
Committer: anthony-shaw <an...@gmail.com>
Committed: Mon Mar 21 21:20:31 2016 +1100

----------------------------------------------------------------------
 libcloud/test/dns/test_nsone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f2ad154d/libcloud/test/dns/test_nsone.py
----------------------------------------------------------------------
diff --git a/libcloud/test/dns/test_nsone.py b/libcloud/test/dns/test_nsone.py
index 8272c3f..1960faa 100644
--- a/libcloud/test/dns/test_nsone.py
+++ b/libcloud/test/dns/test_nsone.py
@@ -7,7 +7,7 @@ from libcloud.test.secrets import DNS_PARAMS_NSONE
 from libcloud.dns.drivers.nsone import NsOneDNSDriver
 from libcloud.utils.py3 import httplib
 from libcloud.dns.types import ZoneDoesNotExistError, ZoneAlreadyExistsError,\
-    RecordDoesNotExistError,  RecordType
+ RecordDoesNotExistError,  RecordType
 from libcloud.dns.base import Zone, Record