reformatter

This commit is contained in:
tao.chen
2026-08-11 11:13:13 +08:00
parent 144d931f00
commit 5969f2f749
3 changed files with 3 additions and 7 deletions
-1
View File
@@ -13,7 +13,6 @@ from typing import Literal
from fastapi import FastAPI, HTTPException
from loguru import logger
from pydantic import BaseModel, ConfigDict
from runtime.mount import start_rclone_mount, stop_rclone_mount
from runtime.process import (
JUPYTER_PROCESSES,
+1 -2
View File
@@ -17,10 +17,9 @@ import subprocess
import time
from pathlib import Path
from loguru import logger
from common.config import settings
from common.storage import rclone_remote_spec, workspaces_root
from loguru import logger
WORKSPACES_ROOT: Path = workspaces_root()
+2 -4
View File
@@ -39,14 +39,12 @@ import os
import secrets
import subprocess
import time
from pathlib import Path
from typing import TypedDict
from fastapi import HTTPException
from loguru import logger
from common.config import settings
from common.utils import get_free_port, start_process
from fastapi import HTTPException
from loguru import logger
from runtime.mount import WORKSPACES_ROOT
PUBLIC_BASE_URL = settings.public_base_url