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

prohibit verbose in __init__.py

parent cb51c73e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ from .dfs import DFS
from .utils import dump_message_list
from .dag import DAG_LIST

print("Available DAG_LIST: ")
for _ in DAG_LIST:
    print(f" - {_}")
# print("Available DAG_LIST: ")
# for _ in DAG_LIST:
#     print(f" - {_}")