Commit 5f56e1a
committed
chore(tests): make ruff happy after head_wobbler removal
Drop three imports that became unused once the head_wobbler-only test
cases were removed (numpy and pytest in tests/test_console.py, base64
in tests/test_openai_realtime.py). Re-collapse a wrapped lambda in
tests/test_gemini_live.py back onto one line per ruff format.
Pure tooling fix; no behaviour change. CI ruff check now passes.1 parent 886c741 commit 5f56e1a
3 files changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 150 | + | |
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments