Skip to content

Commit a935307

Browse files
committed
Rebase docs branch and fix lint deltas
1 parent 34a5e56 commit a935307

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

bp/generate_aegistrust_bp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from urllib.error import HTTPError, URLError
1515
from urllib.request import Request, urlopen
1616

17-
1817
ACCOUNT = "joy7758"
1918
API_ROOT = "https://api.github.com"
2019
SCRIPT_PATH = Path(__file__).resolve()

demo/scripts/live_demo_player.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
import textwrap
1313
import threading
1414
import time
15-
from typing import TextIO
1615
from pathlib import Path
17-
16+
from typing import TextIO
1817

1918
BASE_DIR = Path(__file__).resolve().parents[1]
2019
INPUT_PATH = BASE_DIR / "input" / "dpp_object.json"

demo/scripts/run_demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import time
99
from pathlib import Path
1010

11-
1211
BASE_DIR = Path(__file__).resolve().parents[1]
1312
INPUT_PATH = BASE_DIR / "input" / "dpp_object.json"
1413
OUTPUT_DIR = BASE_DIR / "output"
@@ -107,7 +106,7 @@ def main() -> None:
107106
write_json(OUTPUT_DIR / "agent_result.json", agent_result)
108107
print("EXECUTION_OK", flush=True)
109108
pause(1.5)
110-
print("", flush=True)
109+
print(flush=True)
111110
print("Generating evidence bundle...", flush=True)
112111
pause(3.0)
113112
write_json(OUTPUT_DIR / "aro_audit_record.json", aro_audit_record)

demo/scripts/verify_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import time
1010
from pathlib import Path
1111

12-
1312
BASE_DIR = Path(__file__).resolve().parents[1]
1413
MVK_INPUT_PATH = BASE_DIR / "output" / "mvk_input.json"
1514
DELAY_SCALE = max(0.0, float(os.environ.get("DEMO_DELAY_SCALE", "1.0")))

0 commit comments

Comments
 (0)