Fix some pep8 errors

Change-Id: I06a0bd49a7b31125f35c5b2531f6e9cce02683df
This commit is contained in:
liusheng 2017-02-20 09:49:22 +08:00
parent 86045a4a23
commit 62762c0724
3 changed files with 1 additions and 3 deletions

View File

@ -140,4 +140,3 @@ class FakeHTTPResponse(object):
def json(self):
return jsonutils.loads(self.content)

View File

@ -14,8 +14,8 @@
#
from pankoclient.v2 import capabilities
from pankoclient.v2 import events
from pankoclient.common import http
from pankoclient.v2 import events
class Client(object):

View File

@ -51,4 +51,3 @@ class EventManager(base.ManagerWithFind):
"""
path = '/v2/events/%s'
return self._get(path % message_id)