diff --git a/aodhclient/osc.py b/aodhclient/osc.py index 1b1c3a5..3d5b133 100644 --- a/aodhclient/osc.py +++ b/aodhclient/osc.py @@ -12,11 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. -import logging - from openstackclient.common import utils -LOG = logging.getLogger(__name__) DEFAULT_ALARMING_API_VERSION = '2' API_VERSION_OPTION = 'os_alarming_api_version'