diff options
| author | Pete Zaitcev <zaitcev@kotori.zaitcev.us> | 2020-05-14 13:53:38 -0500 |
|---|---|---|
| committer | Lance Bragstad <lbragstad@gmail.com> | 2020-06-01 16:51:59 -0500 |
| commit | c14b4d7ea065005d60c21a1557694aa25c9f72f3 (patch) | |
| tree | e8794f02a9f3dad9ccc682b5b9214dbc03a46032 /openstackclient/tests/unit/network | |
| parent | ce825bbd2730cbf1897ca70cd0b5dac8ac107689 (diff) | |
| download | python-openstackclient-c14b4d7ea065005d60c21a1557694aa25c9f72f3.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
(cherry picked from commit 52ff421e3d339f81c2625bff429e6829a2d9af67)
(cherry picked from commit 37e2c536e4e0b59ec8cb3edd165a0c76d7d8800c)
Diffstat (limited to 'openstackclient/tests/unit/network')
| -rw-r--r-- | openstackclient/tests/unit/network/v2/fakes.py | 2 |
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 35f0b1a5..d0426360 100644 --- a/openstackclient/tests/unit/network/v2/fakes.py +++ b/openstackclient/tests/unit/network/v2/fakes.py @@ -1832,7 +1832,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 = { |
