Merge "Replace oslo_utils.fnmatch with fnmatch"

This commit is contained in:
Zuul
2021-07-10 01:52:52 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -14,6 +14,7 @@
# under the License.
from collections import defaultdict
import fnmatch
import json
import os
import queue
@@ -22,7 +23,6 @@ import threading
from oslo_config import cfg
from oslo_log import log as logging
from oslo_service import threadgroup
from oslo_utils import fnmatch
from mistral import context as auth_ctx
from mistral.db.v2 import api as db_api