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/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/request.py') diff --git a/ipalib/request.py b/ipalib/request.py index 5a6baba42..9484be58f 100644 --- a/ipalib/request.py +++ b/ipalib/request.py @@ -25,7 +25,7 @@ Per-request thread-local data. import threading from ipalib.base import ReadOnly, lock -from ipalib.constants import OVERRIDE_ERROR, CALLABLE_ERROR +from ipalib.constants import CALLABLE_ERROR # Thread-local storage of most per-request information -- cgit