提交 34790387 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2088 fix pylint

Merge pull request !2088 from z00378171/master
......@@ -13,11 +13,11 @@
# limitations under the License.
# ============================================================================
"""Init DeepLabv3."""
from .deeplabv3 import ASPP, DeepLabV3, deeplabv3_resnet50
from .deeplabv3 import ASPP, deeplabv3_resnet50
from .backbone import *
__all__ = [
"ASPP", "DeepLabV3", "deeplabv3_resnet50"
"ASPP", "deeplabv3_resnet50"
]
__all__.extend(backbone.__all__)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册