1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

lvmdbusd: Remove unused import

This commit is contained in:
Tony Asleson 2023-02-27 09:57:18 -06:00
parent b0e75bd356
commit 4cbe789f9c

View File

@ -13,7 +13,7 @@ import dbus
import os
import copy
from . import cfg
from .utils import log_debug, pv_obj_path_generate, log_error, extract_stack_trace
from .utils import log_debug, log_error, extract_stack_trace
from .automatedproperties import AutomatedProperties