From f2a98ab523a5f4a05255751b012cc65669583ed0 Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Sat, 15 Mar 2025 00:11:21 -0400 Subject: [PATCH] organize imports --- machine-learning/app/sessions/rknn/rknnpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/app/sessions/rknn/rknnpool.py b/machine-learning/app/sessions/rknn/rknnpool.py index de76306fb8..f37707ee71 100644 --- a/machine-learning/app/sessions/rknn/rknnpool.py +++ b/machine-learning/app/sessions/rknn/rknnpool.py @@ -1,8 +1,8 @@ # This code is from leafqycc/rknn-multi-threaded # Following Apache License 2.0 -from concurrent.futures import Future, ThreadPoolExecutor import logging +from concurrent.futures import Future, ThreadPoolExecutor from pathlib import Path from queue import Queue from typing import Callable