remove unused import

This commit is contained in:
Seunghoon Lee
2025-09-27 11:29:55 +09:00
parent 4c590993e4
commit e3e41298d9
-1
View File
@@ -6,7 +6,6 @@ import subprocess
import importlib.metadata
from typing import Union, List
from enum import Enum
from installer import installed
def resolve_link(path_: str) -> str: