chore: run lint and prettifier

This commit is contained in:
3252a8
2026-05-12 21:54:12 +03:00
parent f31540afdb
commit 11187487b4
174 changed files with 12383 additions and 6688 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ def remove_profile_link_buttons(
button
for button in row
if not (
getattr(button, "url", None)
and str(button.url).startswith(TG_USER_LINK_PREFIX)
getattr(button, "url", None) and str(button.url).startswith(TG_USER_LINK_PREFIX)
)
]
if filtered_row: