summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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