re-add coverage and remove unused import
This commit is contained in:
parent
1221d2653a
commit
c162f02091
@ -1,7 +1,7 @@
|
|||||||
[nosetests]
|
[nosetests]
|
||||||
verbosity=1
|
verbosity=1
|
||||||
detailed-errors=1
|
detailed-errors=1
|
||||||
#with-coverage=1
|
with-coverage=1
|
||||||
cover-package=moto
|
cover-package=moto
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import base64
|
import base64
|
||||||
import re
|
import re
|
||||||
from collections import OrderedDict
|
|
||||||
|
|
||||||
import boto.kms
|
import boto.kms
|
||||||
import boto3
|
import boto3
|
||||||
|
Loading…
Reference in New Issue
Block a user