Merge pull request #1296 from aanand/fix-flake8

Fix linting error
This commit is contained in:
Joffrey F 2016-11-14 11:58:11 -08:00 committed by GitHub
commit 558ec261e4
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,