You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: convert device patches to function-based initialization
- Replace module-level device patch execution with initialize_device() function
- Update all image example files to explicitly call device initialization
- Remove flake8 noqa comments that are no longer needed
This prevents automatic execution of device-specific patches on import and
gives scripts explicit control over when device initialization occurs.
Signed-off-by: Davide Colì <davide.coli@secomind.com>
0 commit comments