Commit 35a93ab
fix: remove f-string prefix without placeholders in miku.py
Fixed F541 linting warning at line 324 where logger.info used
f-string syntax without any placeholders.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: callmefisher <[email protected]>1 parent 4332c3b commit 35a93ab
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments