Fix ruff complaints

This commit is contained in:
Andrej730
2026-07-17 12:28:50 +05:00
parent d7f9ade853
commit 3efb2c2d5f
16 changed files with 16 additions and 22 deletions
@@ -28,7 +28,6 @@ import subprocess
import zipfile
from pathlib import Path
PROJECT_ROOT = Path(__file__).resolve().parent.parent
DIST_DIR = PROJECT_ROOT / "dist"
TARGET_DIR = PROJECT_ROOT / "target" / "release"