Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
2a0c1aa4
Commit
2a0c1aa4
authored
Dec 20, 2023
by
BO ZHANG
🏀
Browse files
remove Pipeline from __init__.py
parent
3b952c86
Pipeline
#2624
running with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/__init__.py
View file @
2a0c1aa4
...
...
@@ -10,16 +10,12 @@ Modified-History:
2023-12-15, Bo Zhang, add module header
"""
from
.file
import
File
from
.pipeline
import
Pipeline
,
ModuleResult
from
.status
import
CsstResult
,
CsstStatus
from
.time
import
now
from
.utils
import
retry
__version__
=
"0.0.2"
__all__
=
[
"Pipeline"
,
"File"
,
"CsstResult"
,
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment