chore: drop unused import

This commit is contained in:
aclist 2026-08-20 10:14:12 +09:00 committed by GitHub
parent 93d870b5bf
commit aeffce2579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import os
import subprocess
from pathlib import Path
from typing import Self, TYPE_CHECKING
from typing import Self
from dzgui.api.shortcuts import Shortcuts
from dzgui.const.constants import APP_NAME