summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/network
diff options
context:
space:
mode:
authorPete Zaitcev <zaitcev@kotori.zaitcev.us>2020-05-14 13:53:38 -0500
committerPete Zaitcev <zaitcev@kotori.zaitcev.us>2020-05-14 13:53:38 -0500
commit52ff421e3d339f81c2625bff429e6829a2d9af67 (patch)
tree92b5525abb83e94148400884ac32ec3d2c690e80 /openstackclient/tests/unit/network
parentfdefe5558b7237757d788ee000382f913772bffc (diff)
downloadpython-openstackclient-52ff421e3d339f81c2625bff429e6829a2d9af67.tar.gz
Resolve PEP8
No idea how this happened, but reviews started failing the pep8 gate job. The failures are legitimate, see the commit. I guess the pep8 tests became smarter and found these issues. Change-Id: Id9a0dad644134dafd68eed37fe8f41c583d7a619
Diffstat (limited to 'openstackclient/tests/unit/network')
-rw-r--r--openstackclient/tests/unit/network/v2/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/network/v2/fakes.py b/openstackclient/tests/unit/network/v2/fakes.py
index 2b88986a..cef0a11c 100644
--- a/openstackclient/tests/unit/network/v2/fakes.py
+++ b/openstackclient/tests/unit/network/v2/fakes.py
@@ -1833,7 +1833,7 @@ class FakeFloatingIPPortForwarding(object):
"""
attrs = attrs or {}
floatingip_id = (
- attrs.get('floatingip_id') or'floating-ip-id-' + uuid.uuid4().hex
+ attrs.get('floatingip_id') or 'floating-ip-id-' + uuid.uuid4().hex
)
# Set default attributes.
port_forwarding_attrs = {