Skip to content

Commit 324e4f3

Browse files
author
Akash Deep
committed
pep8 fix
1 parent c70c510 commit 324e4f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infoblox_client/connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ def _get_object(self, obj_type, url):
319319
self._validate_authorized(r)
320320

321321
if r.status_code != requests.codes.ok:
322-
LOG.warning("Failed on object search with url %s: %s", url, r.content)
322+
LOG.warning("Failed on object search with url %s: %s",
323+
url, r.content)
323324
return None
324325
return self._parse_reply(r)
325326

0 commit comments

Comments
 (0)