* main - lvmdbusd: Remove unused import
@ 2023-03-03 18:03 Tony Asleson
0 siblings, 0 replies; only message in thread
From: Tony Asleson @ 2023-03-03 18:03 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=4cbe789f9c273cd03a3b0aff39aa43fc7674099f
Commit: 4cbe789f9c273cd03a3b0aff39aa43fc7674099f
Parent: b0e75bd356a070423754676872b7b6948913be2e
Author: Tony Asleson <tasleson@redhat.com>
AuthorDate: Mon Feb 27 09:57:18 2023 -0600
Committer: Tony Asleson <tasleson@redhat.com>
CommitterDate: Mon Feb 27 09:57:18 2023 -0600
lvmdbusd: Remove unused import
---
daemons/lvmdbusd/objectmanager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemons/lvmdbusd/objectmanager.py b/daemons/lvmdbusd/objectmanager.py
index c5ea14bc3..ed62feb42 100644
--- a/daemons/lvmdbusd/objectmanager.py
+++ b/daemons/lvmdbusd/objectmanager.py
@@ -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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-03 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03 18:03 main - lvmdbusd: Remove unused import Tony Asleson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.