提交 7e9c9e54 编写于 作者: B bcq

Modify the file according to the comments specification

上级 260738b8
......@@ -14,7 +14,7 @@ from packageship.application.models.package import src_pack
from packageship.application.apps.package.function.constants import ResponseCode
class BeDepend:
class BeDepend():
"""
Description: Find the dependencies of the source package
Attributes:
......
......@@ -8,7 +8,7 @@ from packageship.application.apps.package.function.install_depend import Install
from packageship.application.apps.package.function.constants import ResponseCode, ListNode
class BuildDepend:
class BuildDepend():
"""
Description: Find compilation dependency of source package
Attributes:
......
......@@ -11,7 +11,7 @@ from configparser import NoOptionError
from packageship.system_config import SYS_CONFIG_PATH
class ReadConfig:
class ReadConfig():
"""
Description: Read the configuration file base class in the system
Attributes:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册