fix lint errors

This commit is contained in:
Jovan Zivanov 2019-11-27 16:12:30 +01:00
commit a28183d150
2 changed files with 6 additions and 2 deletions

View file

@ -9,7 +9,7 @@ from .exceptions import (
BadRequestException,
CrossAccountNotAllowed,
StageNotFoundException,
ApiKeyAlreadyExists
ApiKeyAlreadyExists,
)