Tech Debt - Remove duplicate AWSError classes
This commit is contained in:
parent
76265576ac
commit
032b9c4008
10 changed files with 30 additions and 112 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue