Merge "tests: Fix PriorityQueue import"

This commit is contained in:
Zuul
2023-04-17 21:35:21 +00:00
committed by Gerrit Code Review

View File

@@ -12,10 +12,9 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from queue import PriorityQueue
import eventlet
import six.moves.cPickle as pickle
from six.moves.queue import PriorityQueue
import mock
import os
import unittest