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
@@ -6,12 +6,9 @@ from datetime import datetime
|
||||
import dns.name
|
||||
import errno
|
||||
import os
|
||||
import logging
|
||||
import shutil
|
||||
import stat
|
||||
import subprocess
|
||||
|
||||
from ipalib import api
|
||||
import ipalib.constants
|
||||
from ipapython.dn import DN
|
||||
from ipapython import ipa_log_manager, ipautil
|
||||
|
||||
Reference in New Issue
Block a user