diff --git a/oslo_messaging/notify/_impl_routing.py b/oslo_messaging/notify/_impl_routing.py index 4b1c51b3a..c7136d088 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 import six from stevedore import dispatch import yaml