pyocf: Remove redundant imports
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
parent
d2fcd27d7a
commit
f75ad04ec7
@ -1,12 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Copyright(c) 2022 Intel Corporation
|
# Copyright(c) 2022 Intel Corporation
|
||||||
|
# Copyright(c) 2024 Huawei Technologies
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
from .core import Core
|
|
||||||
from .volume_exp_obj import OcfInternalVolume
|
from .volume_exp_obj import OcfInternalVolume
|
||||||
from .io import IoDir
|
|
||||||
from .volume import Volume
|
|
||||||
|
|
||||||
|
|
||||||
class CoreVolume(OcfInternalVolume):
|
class CoreVolume(OcfInternalVolume):
|
||||||
|
Loading…
Reference in New Issue
Block a user