Some flake8 cleanup.
This commit is contained in:
parent
fd26441e44
commit
8bc8f09b47
20 changed files with 90 additions and 86 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import ec2_backends, ec2_backend
|
||||
from .models import ec2_backend, ec2_backends # flake8: noqa
|
||||
from ..core.models import MockAWS
|
||||
|
||||
|
||||
def mock_ec2(func=None):
|
||||
if func:
|
||||
return MockAWS(ec2_backends)(func)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue