mirror of
https://github.com/paul-nameless/tg
synced 2024-11-24 21:03:06 +00:00
Fix black formatting
This commit is contained in:
parent
2507e0f975
commit
8f067d6905
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def get_waveform(file_path: str) -> str:
|
|||
return base64.b64encode(packed).decode()
|
||||
|
||||
|
||||
safe_map = str.maketrans({"'": "", "`": "", "\"": ""})
|
||||
safe_map = str.maketrans({"'": "", "`": "", '"': ""})
|
||||
|
||||
|
||||
def notify(
|
||||
|
|
Loading…
Reference in a new issue