Fix import order in utils/metering.py
Change-Id: I2c8faff9bdeb30849ae83d5d945d95d7abec17e0
This commit is contained in:

committed by
Lin Hua Cheng

parent
effcb1cf9c
commit
18957d1f9d
@@ -15,13 +15,12 @@ import logging
|
||||
|
||||
from django.utils import timezone
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
import pytz
|
||||
|
||||
from horizon.utils import units
|
||||
|
||||
from openstack_dashboard import api
|
||||
|
||||
import pytz
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
Reference in New Issue
Block a user