Remove the unused codes

Change-Id: Id1abafe56a1658a738c1e02803497454cca94a33
This commit is contained in:
Qian Min Chen 2018-02-08 15:48:33 +08:00
parent eff100522a
commit f301f13e84
1 changed files with 0 additions and 4 deletions

View File

@ -12,14 +12,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from django.utils.translation import ugettext_lazy as _
import horizon
LOG = logging.getLogger(__name__)
class NGLoadBalancers(horizon.Panel):
name = _("Load Balancers")