update: ruff check --fix
This commit is contained in:
@@ -7,12 +7,9 @@ from __future__ import annotations
|
||||
|
||||
import datetime
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import AsyncMock, MagicMock
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
import pytest
|
||||
|
||||
from types import SimpleNamespace
|
||||
|
||||
from backend.resources import compute_jupyter_relative_path, resource_payload
|
||||
from backend.services.storage import _safe_file_name, _safe_path_segment
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ from __future__ import annotations
|
||||
import httpx
|
||||
import pytest
|
||||
import respx
|
||||
|
||||
from backend.runtime_client import RuntimeClient, RuntimeClientError
|
||||
|
||||
WORKSPACE_ID = "01HWS0000000000000000000A"
|
||||
|
||||
@@ -17,7 +17,6 @@ from types import SimpleNamespace
|
||||
from unittest.mock import AsyncMock, MagicMock
|
||||
|
||||
import pytest
|
||||
|
||||
from common.config import settings
|
||||
from common.db.models import DataResources, Scripts, StorageObjects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user