Trival: Remove unused logging import

Change-Id: Iedcc4e478b9d1276773d47a401d442b0165e7dcb
This commit is contained in:
Hanxi Liu 2016-08-05 09:00:41 +08:00
parent 0f4892a4ed
commit 54b396cd76
1 changed files with 0 additions and 3 deletions

View File

@ -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'