fix missing sure package and region_name (#3031)

This commit is contained in:
Jeremie Tharaud 2020-05-28 15:14:09 +02:00 committed by GitHub
commit 162a38bb10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -5,6 +5,7 @@ import os
import boto3
from nose.tools import raises
import botocore
import sure # noqa
from moto.cloudformation.exceptions import ValidationError