removed unused imports

This commit is contained in:
2025-10-28 16:49:53 +01:00
parent 289c80eea1
commit 5a8b7e89d7
7 changed files with 5 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
import { spawn } from 'child_process';
import path from 'path';
export function runPythonScript(scriptPath, args = []) {
return new Promise((resolve, reject) => {