chore: remove unused imports

This commit is contained in:
2026-03-28 19:08:43 +01:00
parent 3f6c90cc3c
commit a47a5babce
3 changed files with 1 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ Automatically generates CLI commands based on the Makefile definitions.
import argparse
import subprocess
import sys
import os
import re
from pathlib import Path