Update linting

This commit is contained in:
Veronica Berglyd Olsen
2025-10-22 21:26:38 +02:00
parent e676bdc322
commit df2766d80e
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -23,11 +23,10 @@ from __future__ import annotations
import shutil
import subprocess
import sys
import tomllib
from pathlib import Path
import tomllib
ROOT_DIR = Path(__file__).parent.parent
SETUP_DIR = ROOT_DIR / "setup"