Merge "Remove the unused codes"

This commit is contained in:
Zuul 2018-02-13 23:43:11 +00:00 committed by Gerrit Code Review
commit 3138b30c99

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")