fix import statement
This commit is contained in:
parent
7172e95d98
commit
2543b2103b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import uuid
|
|||
from typing import Dict
|
||||
|
||||
from models.tasks import FileTask, TaskStatus, UploadTask
|
||||
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