Delete the unused LOG code
Change-Id: Id2169c1f9131e1bbcd0ad18f2189ad5df273dbcb
This commit is contained in:
parent
c6d1225686
commit
d47837b942
@ -12,14 +12,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
|
||||
from django.urls import reverse
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from horizon import tables
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def get_policy_url(obj):
|
||||
return reverse('horizon:admin:policies:detail', args=(obj['policy_name'],))
|
||||
|
Loading…
Reference in New Issue
Block a user