Commit 79a07d6
fix: remove f-string prefix without placeholders
Fixed F541 linting error at line 331 in miku.py by removing the 'f'
prefix from logger.info() call that had no placeholders.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: callmefisher <[email protected]>1 parent 95d9bcb commit 79a07d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments