Fix lint and remove pointless comment from template

This commit is contained in:
Liam Young 2015-08-12 11:18:00 +01:00
parent 2c11941949
commit e78f7d5f7b
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ from subprocess import (
from charmhelpers.core.hookenv import (
Hooks,
UnregisteredHookError,
charm_dir,
config,
is_relation_made,
local_unit,

View File

@ -29,7 +29,6 @@ bind_port = {{ neutron_bind_port }}
bind_port = 9696
{% endif -%}
# {{ service_plugins }}
{% if core_plugin -%}
core_plugin = {{ core_plugin }}
{% if service_plugins -%}