Merge "Remove unused logging import"
This commit is contained in:
commit
6752fa23b5
@ -13,8 +13,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from oslo_log import log as logging
|
|
||||||
|
|
||||||
from barbican.common import config
|
from barbican.common import config
|
||||||
from barbican.common import exception
|
from barbican.common import exception
|
||||||
from barbican.common import hrefs
|
from barbican.common import hrefs
|
||||||
@ -22,7 +20,6 @@ from barbican.common import resources as res
|
|||||||
from barbican.model import repositories as repo
|
from barbican.model import repositories as repo
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
# All negative values will be treated as unlimited
|
# All negative values will be treated as unlimited
|
||||||
UNLIMITED_VALUE = -1
|
UNLIMITED_VALUE = -1
|
||||||
DISABLED_VALUE = 0
|
DISABLED_VALUE = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user