Cleanup flake8
This commit is contained in:
parent
161a5744d1
commit
59fe1abfdf
49 changed files with 79 additions and 80 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import boto
|
||||
from boto.exception import EC2ResponseError
|
||||
import sure # flake8: noqa
|
||||
import sure # noqa
|
||||
|
||||
from moto import mock_ec2
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ Test the different ways that the decorator can be used
|
|||
|
||||
@mock_ec2
|
||||
def test_basic_connect():
|
||||
conn = boto.connect_ec2()
|
||||
boto.connect_ec2()
|
||||
|
||||
|
||||
@mock_ec2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from mock import patch
|
||||
import sure # flake8: noqa
|
||||
import sure # noqa
|
||||
|
||||
from moto.server import main
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import sure # flake8: noqa
|
||||
import sure # noqa
|
||||
|
||||
from moto.core.utils import convert_regex_to_flask_path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue