Fix linting

This commit is contained in:
Niels Laukens 2019-09-05 14:17:55 +02:00
parent 8f51bd6116
commit 7fae0d52ad
No known key found for this signature in database
GPG Key ID: D1397B5A6435A6D8
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
from moto.core.responses import BaseResponse
from moto.core.utils import tags_from_query_string
from .models import eb_backends, EBBackend
from .models import eb_backends
from .exceptions import InvalidParameterValueError, ResourceNotFoundException