pylint fix for ec2 module
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/954cd12f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/954cd12f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/954cd12f Branch: refs/heads/trunk Commit: 954cd12fdcdb82448bd34c3353e5a6899b1ef0d7 Parents: f9d5217 Author: Anthony Shaw <[email protected]> Authored: Sat Apr 1 15:39:28 2017 +1100 Committer: Anthony Shaw <[email protected]> Committed: Sat Apr 1 15:39:28 2017 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/954cd12f/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index b429f38..7d8bc97 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -328,7 +328,7 @@ INSTANCE_TYPES = { 'id': 'p2.xlarge', 'name': 'Cluster GPU P2 Large Instance', 'ram': GiB(61), - 'disk' : 4, + 'disk': 4, 'bandwidth': None }, 'p2.8xlarge': {
