fix: resolve post-modularization regressions

This commit is contained in:
github-actions[bot]
2026-07-14 19:08:47 +00:00
parent 7bcf62c866
commit 365955ef92
13 changed files with 166 additions and 822 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ import shutil
import sys
import time
from pathlib import Path
from typing import Optional
_ROOT = Path(__file__).resolve().parent
_DEFAULT_AUTH_DIR = _ROOT / "cpa_auths"
@@ -15,7 +16,7 @@ _DEFAULT_AUTH_DIR = _ROOT / "cpa_auths"
class CpaExportSettings:
enabled: bool
auth_dir: Path
hotload_dir: Path | None
hotload_dir: Optional[Path]
copy_to_hotload: bool
proxy: str
headless: bool