Merge "Remove the oslo_utils.fnmatch"

This commit is contained in:
Zuul 2021-06-25 13:33:56 +00:00 committed by Gerrit Code Review
commit 9ab3f4f30d
1 changed files with 1 additions and 1 deletions

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import fnmatch
import logging
from oslo_config import cfg
from oslo_utils import fnmatch
from stevedore import dispatch
import yaml