Commit 2a0c1aa4 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove Pipeline from __init__.py

parent 3b952c86
Pipeline #2624 running with stage
...@@ -10,16 +10,12 @@ Modified-History: ...@@ -10,16 +10,12 @@ Modified-History:
2023-12-15, Bo Zhang, add module header 2023-12-15, Bo Zhang, add module header
""" """
from .file import File
from .pipeline import Pipeline, ModuleResult
from .status import CsstResult, CsstStatus from .status import CsstResult, CsstStatus
from .time import now from .time import now
from .utils import retry
__version__ = "0.0.2" __version__ = "0.0.2"
__all__ = [ __all__ = [
"Pipeline",
"File",
"CsstResult", "CsstResult",
] ]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment