summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-25 13:33:56 +0000
committerGerrit Code Review <review@openstack.org>2021-06-25 13:33:56 +0000
commit9ab3f4f30d4bf0be7dab5f0ca0f0a47177681fdf (patch)
tree3470a9383b31fc980174d5ddae26e12b25e24fd7
parentf1b47b6ba8ee4888f6cba1efac0fbf747c5406e6 (diff)
parent39826f06f1159080324edd794dc3d9cc893c297f (diff)
downloadoslo-messaging-9ab3f4f30d4bf0be7dab5f0ca0f0a47177681fdf.tar.gz
Merge "Remove the oslo_utils.fnmatch"
-rw-r--r--oslo_messaging/notify/_impl_routing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/notify/_impl_routing.py b/oslo_messaging/notify/_impl_routing.py
index 0731039..548d4f5 100644
--- a/oslo_messaging/notify/_impl_routing.py
+++ b/oslo_messaging/notify/_impl_routing.py
@@ -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