Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Mar 31, 2024
1 parent c155369 commit f076c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frame_service/wavu/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def _get_wavu_response(session: requests.Session, character_name: CharacterName,


def _get_wavu_character_movelist(
content: Any,
format: str = "json",
content: Any,
format: str = "json",
) -> Dict[str, Move]:
"""
Get the movelist for a character from a Wavu API response
Expand Down

0 comments on commit f076c8d

Please sign in to comment.