re-run through ruff formatter

This commit is contained in:
2025-01-20 13:32:36 +00:00
parent 0b67bcd832
commit 3555d5fe6c
4 changed files with 42 additions and 36 deletions

View File

@@ -4,5 +4,5 @@ from pathlib import Path
def ex_debug():
scriptpath = Path.cwd() / "examples" / "debug" / "."
scriptpath = Path.cwd() / 'examples' / 'debug' / '.'
subprocess.run([sys.executable, str(scriptpath)])