From e4075b1fe26a608cd1f3778ee1f655a5f5700c65 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Wed, 16 Dec 2015 16:06:03 +0100 Subject: Remove unused imports This patch removes unused imports, alse pylint has been configured to check unused imports. Reviewed-By: Jan Cholasta --- ipalib/text.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipalib/text.py') diff --git a/ipalib/text.py b/ipalib/text.py index 28953fa78..34e5f1a89 100644 --- a/ipalib/text.py +++ b/ipalib/text.py @@ -112,8 +112,6 @@ For additional details, see `GettextFactory` and `Gettext`, and for plural forms, see `NGettextFactory` and `NGettext`. """ -import threading -import locale import gettext import six -- cgit