Commit fcbb3a1b authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

prohibit verbose in __init__.py

parent cb51c73e
...@@ -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" - {_}")
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