Fix pep8 failure

Fix pep8 failure and raise hacking version.

Change-Id: Ife453810ded44f4745d7a815c4b9f68f5d80327e
This commit is contained in:
Andreas Jaeger 2020-05-14 15:24:53 +02:00
parent 476a65aefa
commit fc215cc368
2 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@
import collections
import contextlib
import itertools
import queue
import threading
import time
import queue
try:
import eventlet

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=3.0,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
pifpaf>=0.10.0 # Apache-2.0
# Bandit security code scanner