Commit ccb21be
committed
fix: Remove unused time import from retraining scheduler
- Removed unused import time from src/automation/retraining_scheduler.py
- time module no longer needed after replacing time.sleep() with event.wait()
- Resolves Ruff F401 error about unused import
- All functionality still works correctly with threading.Event approach1 parent 3c6dcc3 commit ccb21be
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments