chore: make return None statement explicit in format_rating
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
35ea45d9c7
commit
f2b6a2ee8f
1 changed files with 1 additions and 0 deletions
|
@ -28,3 +28,4 @@ def format_rating(value: str) -> str | None:
|
|||
case "e":
|
||||
# Negative Squared Latin Capital Letter E
|
||||
return "🅴"
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue