style(obs): normalize release audit imports
This commit is contained in:
@@ -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 = (
|
||||
|
||||
@@ -15,7 +15,6 @@ from typing import Any
|
||||
|
||||
import yaml
|
||||
|
||||
|
||||
SCHEMA = "awoooi_signoz_canonical_route_preflight_v1"
|
||||
EXPECTED_BLOCKERS = [
|
||||
"organization_not_initialized",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user