muhammedfurkan / TelethonUserBot

Comparison with itself PYL-R0124
Anti-pattern
Major
3 years ago3 years old
Redundant comparison - 1 == 1
 64        f"`Successfully deleted {len(input_photos)} profile picture(s).`")
 65
 66
 67if 1 == 1: 68    name = "Profile Photos"
 69    client = bot
 70