Remove six minions

This seems to be missed in the https://review.opendev.org/#/c/696669
Somehow it appears in a profiling result and costs some memory.

Change-Id: I7a49354df1b97bf9a4b46b8c6852e5983dde6718
This commit is contained in:
Kaifeng Wang 2020-04-11 15:47:34 +08:00
parent af9e6ba908
commit 4f62e8e877
1 changed files with 1 additions and 1 deletions

View File

@ -17,12 +17,12 @@ Modules required to work with ironic_inspector:
import ipaddress
import shlex
from urllib import parse as urlparse
import eventlet
from futurist import periodics
import openstack
from oslo_log import log as logging
from six.moves.urllib import parse as urlparse
from ironic.common import exception
from ironic.common.i18n import _