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

no loger use abs class

parent 46d721f1
......@@ -24,7 +24,7 @@ DAG_CONFIG_DIR = os.path.join(
"""
class BaseDAG(ABC):
class BaseDAG:
def __init__(self, dag_id: str):
self.dag_id = dag_id
assert dag_id in DAG_LIST, f"{dag_id} not in DAG_LIST"
......
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