Merge "Revert "Replace fnmatch with oslo.utils.fnmatch""

This commit is contained in:
Zuul 2021-07-13 13:22:13 +00:00 committed by Gerrit Code Review
commit 170afab952
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@
# under the License.
from collections import namedtuple
from fnmatch import fnmatch
import os
from oslo_utils import fnmatch
import time
from monasca_agent.collector.checks import AgentCheck