diff --git a/heatclient/common/hook_utils.py b/heatclient/common/hook_utils.py index c08005cf..3e91ae3b 100644 --- a/heatclient/common/hook_utils.py +++ b/heatclient/common/hook_utils.py @@ -10,10 +10,9 @@ # License for the specific language governing permissions and limitations # under the License. +import fnmatch import logging -from oslo_utils import fnmatch - from heatclient._i18n import _ from heatclient import exc