refactor: 重构 schemas 结构,统一枚举定义
This commit is contained in:
@@ -10,7 +10,7 @@ from models.automation_jobs import ScheduleType
|
||||
from v1.auth.registration_bootstrap import (
|
||||
compute_first_run_at_utc,
|
||||
)
|
||||
from schemas.automation import ScheduleConfig, ScheduleRunAt
|
||||
from schemas.domain.automation import ScheduleConfig, ScheduleRunAt
|
||||
|
||||
|
||||
def test_compute_first_run_at_utc_from_asia_shanghai() -> None:
|
||||
|
||||
Reference in New Issue
Block a user