Fix issue probably-meant-fstring found at https://codereview.doctor (#1532)

This commit is contained in:
code-review-doctor 2022-05-07 12:33:40 +01:00 committed by GitHub
parent a34076af35
commit fa887ef5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.")