fix import
This commit is contained in:
parent
54ace16803
commit
0be4dd4893
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import random
|
|||
from typing import Dict
|
||||
|
||||
from models.tasks import TaskStatus, UploadTask, FileTask
|
||||
from src.utils.gpu_detection import get_worker_count
|
||||
from utils.gpu_detection import get_worker_count
|
||||
from utils.logging_config import get_logger
|
||||
|
||||
logger = get_logger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue