importing sure in tests that require it

This commit is contained in:
Jack Danger 2018-01-20 19:44:22 -08:00
commit 52f0d0a4e4
13 changed files with 13 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import json
import boto3
from botocore.exceptions import ClientError
import sure # noqa
# Ensure 'assert_raises' context manager support for Python 2.6
from nose.tools import assert_raises