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-cicd
csst-dag
Commits
fcbb3a1b
Commit
fcbb3a1b
authored
Apr 23, 2025
by
BO ZHANG
🏀
Browse files
prohibit verbose in __init__.py
parent
cb51c73e
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/__init__.py
View file @
fcbb3a1b
...
@@ -2,6 +2,6 @@ from .dfs import DFS
...
@@ -2,6 +2,6 @@ from .dfs import DFS
from
.utils
import
dump_message_list
from
.utils
import
dump_message_list
from
.dag
import
DAG_LIST
from
.dag
import
DAG_LIST
print
(
"Available DAG_LIST: "
)
#
print("Available DAG_LIST: ")
for
_
in
DAG_LIST
:
#
for _ in DAG_LIST:
print
(
f
" -
{
_
}
"
)
#
print(f" - {_}")
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