Remove unnecessary ldap imports

Eclipse gives me warnings that these imports are not necessary,
tox and pep8 seem to agree.

Change-Id: Ic63086522b43ce238e34624e699e08c7c7a64618
This commit is contained in:
Steve Martinelli 2015-07-18 23:50:53 -07:00
parent 7eb2a2c625
commit f710601274
4 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@
# under the License.
from __future__ import absolute_import
import ldap as ldap
import ldap.filter
from oslo_config import cfg
from oslo_log import log

View File

@ -14,7 +14,6 @@
from __future__ import absolute_import
import uuid
import ldap
import ldap.filter
from oslo_config import cfg
from oslo_log import log

View File

@ -15,7 +15,6 @@
import subprocess
import uuid
import ldap
import ldap.modlist
from oslo_config import cfg
from six.moves import range

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import ldap
import ldap.modlist
from oslo_config import cfg