Wokia-Dev / EzFractal

Function contains unused argument PYL-W0613
Anti-pattern
Major
2 occurrences in this check
 55            text.create_text()
 56
 57    def complex_button_content(
 58        self, name: str, x: int, y: int, width: int, height: int 59    ) -> None:
 60        # Draw the content of the complex button
 61        if name == "btnSettings":
 50        y: int,
 51        width: int,
 52        height: int,
 53        text: str, 54        text_center: bool,
 55        text_margin: list[int],
 56        background_color: str,