From 2ba0134bb79c1458ce9a5473fe9ee2ad12bf68bd Mon Sep 17 00:00:00 2001 From: JPNewman89 Date: Tue, 8 Oct 2019 14:46:57 +0100 Subject: [PATCH] linting --- moto/apigateway/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/moto/apigateway/models.py b/moto/apigateway/models.py index f0a4ffccf..6f7fc97a9 100644 --- a/moto/apigateway/models.py +++ b/moto/apigateway/models.py @@ -343,6 +343,7 @@ class UsagePlan(BaseModel, dict): self['quota'] = quota self['tags'] = tags + class UsagePlanKey(BaseModel, dict): def __init__(self, id, type, name, value):