From cc777f6049b86553a30cb1faf7b1f218ae7bf9ef Mon Sep 17 00:00:00 2001 From: Hugo Lopes Tavares Date: Fri, 27 Oct 2017 16:25:59 -0400 Subject: [PATCH] Add missing newline (lint error) --- moto/elbv2/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moto/elbv2/models.py b/moto/elbv2/models.py index a612ba93a..c565aa062 100644 --- a/moto/elbv2/models.py +++ b/moto/elbv2/models.py @@ -281,6 +281,7 @@ class FakeLoadBalancer(BaseModel): } return attributes[attribute_name] + class ELBv2Backend(BaseBackend): def __init__(self, region_name=None):