summaryrefslogtreecommitdiff
path: root/tools/simulator.py
diff options
context:
space:
mode:
authorZhijunWei <wzj334965317@outlook.com>2018-12-28 22:52:08 +0800
committerZhijunWei <wzj334965317@outlook.com>2019-01-21 19:45:42 -0500
commitcb902e5aff5533337cab0e7dbb4d8723a93a497e (patch)
tree532786aae59f0d0efe28f2294dea2f39f47bbbb3 /tools/simulator.py
parent0a784d260465bc7ba878bedeb5c1f184e5ff6e2e (diff)
downloadoslo-messaging-cb902e5aff5533337cab0e7dbb4d8723a93a497e.tar.gz
Update hacking version
update the hacking to latest, duo to[1] [1]: https://github.com/openstack/oslo.messaging/blob/master/HACKING.rst Change-Id: I1ee7387272690f0de0d7b1937d7c2b0ee404063c
Diffstat (limited to 'tools/simulator.py')
-rwxr-xr-xtools/simulator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/simulator.py b/tools/simulator.py
index f952df0..0a9cd5e 100755
--- a/tools/simulator.py
+++ b/tools/simulator.py
@@ -10,8 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import eventlet
-eventlet.monkey_patch()
+import eventlet # noqa
+eventlet.monkey_patch() # noqa
import argparse
import bisect