From df133168dd84cc45e7a4f52c84e7672e19d1974c Mon Sep 17 00:00:00 2001 From: takatost Date: Thu, 25 Jul 2024 21:06:23 +0800 Subject: [PATCH] fix lint --- api/core/workflow/graph_engine/graph_engine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/core/workflow/graph_engine/graph_engine.py b/api/core/workflow/graph_engine/graph_engine.py index 361e2012d4..0a007bad96 100644 --- a/api/core/workflow/graph_engine/graph_engine.py +++ b/api/core/workflow/graph_engine/graph_engine.py @@ -3,7 +3,6 @@ import queue import threading import time from collections.abc import Generator -from concurrent.futures import ThreadPoolExecutor from typing import Optional from flask import Flask, current_app