Merge "Remove six leftovers"

This commit is contained in:
Zuul 2020-11-10 14:31:17 +00:00 committed by Gerrit Code Review
commit 74318321aa
4 changed files with 7 additions and 3 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =

View File

@ -13,8 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from unittest import mock
from oslotest import base
from six.moves import mock
from sushy_tools.emulator.resources.drives import StaticDriver

View File

@ -13,8 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from unittest import mock
from oslotest import base
from six.moves import mock
from sushy_tools.emulator.resources import managers
from sushy_tools import error

View File

@ -13,8 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from unittest import mock
from oslotest import base
from six.moves import mock
from sushy_tools.emulator.resources.storage import StaticDriver