Merge "Use time.sleep() instead of eventlet.sleep()"

This commit is contained in:
Zuul 2024-11-22 07:22:27 +00:00 committed by Gerrit Code Review
commit 189c4a418e

View File

@ -25,10 +25,7 @@ import uuid
from oslo_concurrency import lockutils
from oslo_utils.secretutils import md5
try:
from eventlet import sleep
except ImportError:
from time import sleep
from time import sleep
from glance_store.i18n import _