mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-09 12:38:14 -05:00
Remove wildcard imports
Wildcard imports should not be used. Check for wildcard imports has been enabled in pylint. Pylint note: options 'wildcard-import' causes too much false positive results, so instead it I used 'unused-wildcard-import' option which has almost the same effect. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
e4075b1fe2
commit
e1192ebd97
+1
-1
@@ -22,7 +22,7 @@ from __future__ import print_function
|
||||
|
||||
import getpass
|
||||
import socket
|
||||
from ipapython.ipa_log_manager import *
|
||||
from ipapython.ipa_log_manager import root_logger
|
||||
|
||||
from nss.error import NSPRError
|
||||
import nss.io as io
|
||||
|
||||
Reference in New Issue
Block a user