mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Pylint: enable reimported check
Fixes current reimports and enables pylint check for them Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
@@ -253,7 +253,7 @@ from six.moves import urllib
|
||||
from ipalib import Backend
|
||||
from ipapython.dn import DN
|
||||
import ipapython.cookie
|
||||
import ipapython.dogtag
|
||||
from ipapython import dogtag
|
||||
from ipapython import ipautil
|
||||
|
||||
if six.PY3:
|
||||
@@ -1276,7 +1276,6 @@ import os, random
|
||||
from ipaserver.plugins import rabase
|
||||
from ipalib.constants import TYPE_ERROR
|
||||
from ipalib.util import cachedproperty
|
||||
from ipapython import dogtag
|
||||
from ipalib import _
|
||||
from ipaplatform.paths import paths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user