Skip to content

Commit

Permalink
Merge "remove the oslo_utils.fnmatch"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed May 21, 2021
2 parents 9071ec3 + 0367972 commit b566834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cinder/volume/drivers/dell_emc/unity/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

import contextlib
from distutils import version
import fnmatch
import functools
import json

from oslo_log import log as logging
from oslo_utils import fnmatch
from oslo_utils import units
import six

Expand Down
2 changes: 1 addition & 1 deletion cinder/volume/drivers/quobyte.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# under the License.

import errno
import fnmatch
import os
import shutil

from oslo_concurrency import processutils
from oslo_config import cfg
from oslo_log import log as logging
from oslo_utils import fileutils
from oslo_utils import fnmatch
import psutil

from cinder import compute
Expand Down

0 comments on commit b566834

Please sign in to comment.