re-structure

This commit is contained in:
Yaojia Wang
2026-02-01 22:55:31 +01:00
parent 400b12a967
commit b602d0a340
176 changed files with 856 additions and 853 deletions

View File

@@ -11,7 +11,7 @@ from unittest.mock import MagicMock
import pytest
from inference.web.workers.async_queue import AsyncTask, AsyncTaskQueue
from backend.web.workers.async_queue import AsyncTask, AsyncTaskQueue
class TestAsyncTask: