style: apply codeql workflow autofixes

This commit is contained in:
rookiestar28
2026-04-08 02:44:10 +08:00
parent 4a84b9858d
commit f70b197ef4
@@ -1,7 +1,6 @@
import unittest
from pathlib import Path
REPO_ROOT = Path(__file__).resolve().parents[2]
CODEQL_WORKFLOW = REPO_ROOT / ".github" / "workflows" / "codeql.yml"