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/31 00:46:58 UTC

[5/6] 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/686868dd
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/686868dd
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/686868dd

Branch: refs/heads/trunk
Commit: 686868dd59c4d129407e0d23eefbaa8d6b0952e8
Parents: 8d975a2
Author: lostbird <lostbird@lostbird.(none)>
Authored: Wed Mar 30 02:09:22 2016 +0200
Committer: anthony-shaw <an...@gmail.com>
Committed: Thu Mar 31 09:46:24 2016 +1100

----------------------------------------------------------------------
 libcloud/common/luadns.py        | 2 +-
 libcloud/dns/drivers/luadns.py   | 4 ++--
 libcloud/test/dns/test_luadns.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/686868dd/libcloud/common/luadns.py
----------------------------------------------------------------------
diff --git a/libcloud/common/luadns.py b/libcloud/common/luadns.py
index 373b36a..e079835 100644
--- a/libcloud/common/luadns.py
+++ b/libcloud/common/luadns.py
@@ -66,4 +66,4 @@ class LuadnsException(Exception):
         return "%s %s" % (self.code, self.message)
 
     def __repr__(self):
-        return "Luadns %s %s" % (self.code, self.message)
\ No newline at end of file
+        return "Luadns %s %s" % (self.code, self.message)

http://git-wip-us.apache.org/repos/asf/libcloud/blob/686868dd/libcloud/dns/drivers/luadns.py
----------------------------------------------------------------------
diff --git a/libcloud/dns/drivers/luadns.py b/libcloud/dns/drivers/luadns.py
index b0adecb..1f6518e 100644
--- a/libcloud/dns/drivers/luadns.py
+++ b/libcloud/dns/drivers/luadns.py
@@ -6,7 +6,7 @@ except ImportError:
     import json
 
 from libcloud.common.luadns import LuadnsResponse, LuadnsConnection,\
- LuadnsException
+  LuadnsException
 from libcloud.dns.base import DNSDriver, Zone, Record
 from libcloud.dns.types import Provider, RecordType
 from libcloud.dns.types import ZoneDoesNotExistError, ZoneAlreadyExistsError
@@ -290,4 +290,4 @@ class LuadnsDNSDriver(DNSDriver):
         for item in items:
             records.append(self._to_record(item, zone))
 
-        return records
\ No newline at end of file
+        return records

http://git-wip-us.apache.org/repos/asf/libcloud/blob/686868dd/libcloud/test/dns/test_luadns.py
----------------------------------------------------------------------
diff --git a/libcloud/test/dns/test_luadns.py b/libcloud/test/dns/test_luadns.py
index 4d174e8..1bacf98 100644
--- a/libcloud/test/dns/test_luadns.py
+++ b/libcloud/test/dns/test_luadns.py
@@ -303,4 +303,4 @@ class LuadnsMockHttp(MockHttp):
 
 
 if __name__ == '__main__':
-    sys.exit(unittest.main())
\ No newline at end of file
+    sys.exit(unittest.main())