From 7116453b404aa46d31ad973a7dd15f163927fa70 Mon Sep 17 00:00:00 2001 From: liaozd Date: Wed, 18 Jan 2017 22:58:19 +0800 Subject: [PATCH] delete unused import Change-Id: I6aff25cc35acb88e8763efe2575c2d967670fda7 Closes-Bug: 1657481 --- horizon/management/commands/startdash.py | 1 - 1 file changed, 1 deletion(-) diff --git a/horizon/management/commands/startdash.py b/horizon/management/commands/startdash.py index 4cc82af57..646f258dc 100644 --- a/horizon/management/commands/startdash.py +++ b/horizon/management/commands/startdash.py @@ -11,7 +11,6 @@ # under the License. import glob -from optparse import make_option # noqa import os from django.core.management.base import CommandError # noqa