Skip to content

Commit

Permalink
Remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
duhby committed Jul 10, 2023
1 parent d5ac6bf commit 03aba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypixel/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]


def _clean(data: dict, mode: str, extra=None) -> dict:
def _clean(data: dict, mode: str) -> dict:
alias = globals()[mode]

if mode == 'PLAYER':
Expand Down

0 comments on commit 03aba4d

Please sign in to comment.