TrivialFix: Remove logging import unused
This patch removes logging import unused in vitrageclient/v1/cli/template.py vitrageclient/v1/template.py Change-Id: Idfebf5e87d66acb872fd494e03f22ea1daa6ea98
This commit is contained in:
parent
71662326b8
commit
bf45abee9d
@ -14,13 +14,10 @@
|
||||
|
||||
from cliff import lister
|
||||
from cliff import show
|
||||
from oslo_log import log
|
||||
|
||||
from vitrageclient.common import exc
|
||||
from vitrageclient.common import utils
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
# noinspection PyAbstractClass
|
||||
class TemplateValidate(show.ShowOne):
|
||||
|
@ -12,14 +12,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import os
|
||||
from oslo_log import log
|
||||
from vitrageclient.common import exc
|
||||
from vitrageclient.common import yaml_utils
|
||||
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
class Template(object):
|
||||
|
||||
url = 'v1/template/'
|
||||
|
Loading…
x
Reference in New Issue
Block a user