Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
remove Pipeline from __init__.py
parent
3b952c86
dev
main
No related merge requests found
Pipeline
#2624
running with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_common/__init__.py
+1
-5
csst_common/__init__.py
with
1 addition
and
5 deletions
+1
-5
csst_common/__init__.py
+
1
-
5
View file @
2a0c1aa4
...
@@ -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"
,
]
]
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets