mirror of https://github.com/coqui-ai/TTS.git
Fix issue probably-meant-fstring found at https://codereview.doctor (#1532)
This commit is contained in:
parent
a34076af35
commit
fa887ef5f9
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue