Baracchino-Della-Scuola / Bot

Re-definition found for builtin function PYL-W0622
Anti-pattern
Major
4 months ago2 years old
Redefining built-in 'hex'
12    return urllib.parse.quote(first_encoding, safe="*")  # Carbonsh encodes text twice
13
14
15def hex_to_rgb(hex: str) -> tuple:16    """
17    Args:
18        hex (str):
Redefining built-in 'pow'
 1import ast
 2from discord.ext import commands
 3from math import * 4import functools
 5
 6