Fix linting error

This seems to have been ignored by older versions of flake8, and fixed
in version 3.1.0 or 3.1.1.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-11-14 18:20:13 +00:00
parent 2ca68f3d08
commit c66c2d6fa5
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def fake_delete(self, url, *args, **kwargs):
def fake_read_from_socket(self, response, stream):
return six.binary_type()
url_base = '{0}/'.format(fake_api.prefix)
url_prefix = '{0}v{1}/'.format(
url_base,