Use hacking import_exceptions for gettextutils._
Instead of using # noqa every time gettextutils._ is used, add an exception in tox.ini Change-Id: Iafa8509a38596aac791bd809283f3bd75c638a60
This commit is contained in:
committed by
Doug Hellmann
parent
e00421c325
commit
a55dc72645
@@ -20,7 +20,7 @@ Helpers for comparing version strings.
|
||||
import functools
|
||||
import pkg_resources
|
||||
|
||||
from openstack.common.gettextutils import _ # noqa
|
||||
from openstack.common.gettextutils import _
|
||||
from openstack.common import log as logging
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user