muhammedfurkan / TelethonUserBot

Unnecessary delete statement in a local scope PTC-W0043
Anti-pattern
Major
3 years ago3 years old
Unnecessary del statement in a local scope
118            tit_links.append(p)
119    except Exception:
120        pass
121    del list_a_s122    if not tit_links:
123        return False
124    return choice(tit_links)