commit | 8aaa73ff537ac69b1b069d9a9a0adff724155494 | [log] [tgz] |
---|---|---|
author | Brian Haley <bhaley@redhat.com> | Tue Oct 09 19:55:44 2018 -0400 |
committer | Brian Haley <bhaley@redhat.com> | Tue Oct 09 19:55:44 2018 -0400 |
tree | 28b1fa426d29f083956c20f15195bbfd77746aca | |
parent | ae328b923adbd2c2693e9dc53bb4c31a6ced423e [diff] [blame] |
Fix flake8 E265 errors Fix E265 error and start enforcing it. Trivialfix Change-Id: I947599c95c92376657eddaace190b728b8987a57
diff --git a/neutron_tempest_plugin/common/utils.py b/neutron_tempest_plugin/common/utils.py index 76fb38f..fa7bb8b 100644 --- a/neutron_tempest_plugin/common/utils.py +++ b/neutron_tempest_plugin/common/utils.py
@@ -69,7 +69,7 @@ eventlet.sleep(sleep) except eventlet.Timeout: if exception is not None: - #pylint: disable=raising-bad-type + # pylint: disable=raising-bad-type raise exception raise WaitTimeout("Timed out after %d seconds" % timeout)