From 6562bd16d3d4659bff0cf5e52ac7c67dc4293008 Mon Sep 17 00:00:00 2001 From: Lars Michelsen Date: Tue, 13 Aug 2019 20:02:05 +0200 Subject: [PATCH] Add missing import Change-Id: Id50191f83ed378f29df41df7462efaa627c95f2c --- cmk_base/automations/check_mk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmk_base/automations/check_mk.py b/cmk_base/automations/check_mk.py index 6248dfb927ca3..9cac118afefa7 100644 --- a/cmk_base/automations/check_mk.py +++ b/cmk_base/automations/check_mk.py @@ -54,6 +54,7 @@ import cmk_base.check_utils import cmk_base.autochecks as autochecks import cmk_base.nagios_utils +import cmk_base.checking from cmk_base.core_factory import create_core import cmk_base.check_api_utils as check_api_utils import cmk_base.check_api as check_api