organize imports

This commit is contained in:
mertalev 2025-03-15 00:11:21 -04:00
parent 9e689e835e
commit f2a98ab523
No known key found for this signature in database
GPG Key ID: F7C271C07CF04AAE

View File

@ -1,8 +1,8 @@
# This code is from leafqycc/rknn-multi-threaded # This code is from leafqycc/rknn-multi-threaded
# Following Apache License 2.0 # Following Apache License 2.0
from concurrent.futures import Future, ThreadPoolExecutor
import logging import logging
from concurrent.futures import Future, ThreadPoolExecutor
from pathlib import Path from pathlib import Path
from queue import Queue from queue import Queue
from typing import Callable from typing import Callable