mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove unused imports
This patch removes unused imports, alse pylint has been configured to check unused imports. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
774d0eaa8e
commit
e4075b1fe2
@@ -119,7 +119,7 @@ For example, compare ``user.params`` with ``user_add.output_params`` and
|
||||
Note that the above are all equal.
|
||||
"""
|
||||
|
||||
from ipalib.frontend import Method, Object
|
||||
from ipalib.frontend import Method
|
||||
from ipalib import backend
|
||||
from ipalib import parameters
|
||||
from ipalib import output
|
||||
|
||||
Reference in New Issue
Block a user