PEP8 fixes.
Change-Id: I3c33c03547f97ca7afbb47c3bddfdeabf152afe2
This commit is contained in:
@@ -13,8 +13,11 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
import errno
|
||||||
|
import os
|
||||||
|
|
||||||
from webob import Request, Response
|
from webob import Request, Response
|
||||||
from swift.common.utils import split_path, cache_from_env, get_logger
|
from swift.common.utils import split_path, get_logger
|
||||||
from swift.common.constraints import check_mount
|
from swift.common.constraints import check_mount
|
||||||
from resource import getpagesize
|
from resource import getpagesize
|
||||||
from hashlib import md5
|
from hashlib import md5
|
||||||
@@ -22,7 +25,6 @@ try:
|
|||||||
import simplejson as json
|
import simplejson as json
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
class ReconMiddleware(object):
|
class ReconMiddleware(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user