Tech Debt - Remove duplicate AWSError classes

This commit is contained in:
Bert Blommers 2020-11-05 11:20:18 +00:00
commit 032b9c4008
10 changed files with 30 additions and 112 deletions

View file

@ -2,9 +2,9 @@ from __future__ import unicode_literals
import json
from moto.core.exceptions import AWSError
from moto.core.responses import BaseResponse
from moto.core.utils import amzn_request_id
from .exceptions import AWSError
from .models import sagemaker_backends