muhammedfurkan / TelethonUserBot

Statement has no effect PYL-W0104
Anti-pattern
Major
3 years ago3 years old
Statement seems to have no effect
58    check = await get_chat_blacklist(chat_id)
59    if check:
60        return check.count()
61    False