dialogs: remove unused sys and Path imports

This commit is contained in:
pax 2026-04-11 19:28:44 -05:00
parent 77e49268ae
commit a760b39c07

View File

@ -3,8 +3,6 @@
from __future__ import annotations from __future__ import annotations
import subprocess import subprocess
import sys
from pathlib import Path
from PySide6.QtWidgets import QFileDialog, QWidget from PySide6.QtWidgets import QFileDialog, QWidget