Possible import order fix

This commit is contained in:
Terry Cain 2017-10-04 00:20:39 +01:00
commit 8cb381f725
No known key found for this signature in database
GPG key ID: 14D90844E4E9B9F3
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,6 @@ from moto.acm import acm_backends
from moto.apigateway import apigateway_backends
from moto.autoscaling import autoscaling_backends
from moto.awslambda import lambda_backends
from moto.batch import batch_backends
from moto.cloudformation import cloudformation_backends
from moto.cloudwatch import cloudwatch_backends
from moto.core import moto_api_backends
@ -36,6 +35,7 @@ from moto.sqs import sqs_backends
from moto.ssm import ssm_backends
from moto.sts import sts_backends
from moto.xray import xray_backends
from moto.batch import batch_backends
BACKENDS = {
'acm': acm_backends,