Merge "Delete the unused LOG code"

This commit is contained in:
Zuul 2018-07-20 09:10:26 +00:00 committed by Gerrit Code Review
commit 70f7cee12c
1 changed files with 0 additions and 4 deletions

View File

@ -12,15 +12,11 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from django.utils.translation import ugettext_lazy as _
from horizon import forms
from cloudkittydashboard.api import cloudkitty as api
LOG = logging.getLogger(__name__)
class EditPriorityForm(forms.SelfHandlingForm):
priority = forms.IntegerField(label=_("Priority"))