refactor(dbus): Move ResetDriverWatchdog to process_image_helper.py
The ResetDriverWatchdog class was relocated from dbus_helper.py to a new helper module, process_image_helper.py, to improve code organization and maintainability. Updated imports in relevant files to reflect this change.
This commit is contained in:
@@ -8,7 +8,7 @@ from logging import getLogger
|
||||
|
||||
from pydbus.generic import signal
|
||||
|
||||
from ..dbus_helper import ResetDriverWatchdog
|
||||
from .process_image_helper import ResetDriverWatchdog
|
||||
|
||||
log = getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user