style(obs): normalize release audit imports

This commit is contained in:
ogt
2026-07-15 03:46:33 +08:00
parent bd08777e4f
commit 5c96f2fb1b
3 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ import shutil
import subprocess
from pathlib import Path
ROOT = Path(__file__).resolve().parents[3]
SCRIPT = ROOT / "scripts" / "backup" / "backup-signoz.sh"
DEPLOYMENT_PLAYBOOK = (

View File

@@ -15,7 +15,6 @@ from typing import Any
import yaml
SCHEMA = "awoooi_signoz_canonical_route_preflight_v1"
EXPECTED_BLOCKERS = [
"organization_not_initialized",

View File

@@ -2,13 +2,12 @@ from __future__ import annotations
import json
import os
from pathlib import Path
import subprocess
import sys
from pathlib import Path
import yaml
ROOT = Path(__file__).resolve().parents[3]
CONTRACT = ROOT / "ops/signoz/organization-canonical-route-migration.yaml"
PREFLIGHT = ROOT / "scripts/reboot-recovery/signoz-canonical-route-preflight.py"