Disable lint checks for unused DEBUG

This commit is contained in:
Liam Young 2015-02-17 08:55:58 +00:00
parent 4a1e65a8ba
commit 7b90df8ea0

View File

@ -9,7 +9,7 @@ from charmhelpers.contrib.openstack.amulet.deployment import (
from charmhelpers.contrib.openstack.amulet.utils import (
OpenStackAmuletUtils,
DEBUG,
DEBUG, # flake8: noqa
ERROR
)