chore: drop unused import

This commit is contained in:
aclist 2026-06-25 21:15:36 +09:00
parent 4d94551f87
commit 8ae54d436a

View File

@ -2,11 +2,11 @@ import platform
import sys
from ctypes.util import find_library
from pathlib import Path
from warnings import deprecated
LIB = "libgirepository-2.0"
@deprecated("currently unused")
def is_debian() -> bool:
"""