mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 10:17:31 +02:00
chore: drop unused import
This commit is contained in:
parent
4d94551f87
commit
8ae54d436a
@ -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:
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user