muhammedfurkan / TelethonUserBot

Conditional statement used with a constant value PYL-W0125
Anti-pattern
Major
3 years ago3 years old
Using a conditional statement with a constant value
 30logger = logging.getLogger(__name__)
 31
 32
 33if True: 34    strings = {
 35        "name": "Quotes",
 36        "api_token_cfg_doc": "API Key/Token for Quotes.",