summaryrefslogtreecommitdiff
path: root/oslo_i18n/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_i18n/tests/test_public_api.py')
-rw-r--r--oslo_i18n/tests/test_public_api.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/oslo_i18n/tests/test_public_api.py b/oslo_i18n/tests/test_public_api.py
index d419105..c08384a 100644
--- a/oslo_i18n/tests/test_public_api.py
+++ b/oslo_i18n/tests/test_public_api.py
@@ -9,12 +9,10 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-"""A few tests that use the public API to ensure the imports work.
-"""
+"""A few tests that use the public API to ensure the imports work."""
import unittest
-
-import mock
+from unittest import mock
import oslo_i18n
from oslo_i18n import _lazy