Cleanup flake8
This commit is contained in:
parent
161a5744d1
commit
59fe1abfdf
49 changed files with 79 additions and 80 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import sure # flake8: noqa
|
||||
import sure # noqa
|
||||
|
||||
import moto.server as server
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
import json
|
||||
|
||||
import boto
|
||||
from boto.exception import BotoServerError
|
||||
from freezegun import freeze_time
|
||||
import sure # flake8: noqa
|
||||
import sure # noqa
|
||||
|
||||
from moto import mock_sts
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue