mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix issue probably-meant-fstring found at https://codereview.doctor (#1532)
This commit is contained in:
@@ -484,4 +484,4 @@ def init_attn(
|
||||
beta=0.9,
|
||||
)
|
||||
|
||||
raise RuntimeError(" [!] Given Attention Type '{attn_type}' is not exist.")
|
||||
raise RuntimeError(f" [!] Given Attention Type '{attn_type}' is not exist.")
|
||||
|
||||
Reference in New Issue
Block a user