Art-em1s / csgoempire.py

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
a year agoa year old
Consider removing the commented out code block
218        Args:
219            data (dict): Data related to the init event
220        """
221        # sorted_data = dumps(data, indent=4, sort_keys=True)222        self.events.trigger("on_init", data)
223        if data["authenticated"]:
224            self.is_authed = True