From f076c8dbaa4a78b41f6a2974b274b9c760aa947f Mon Sep 17 00:00:00 2001 From: lnguy Date: Sun, 31 Mar 2024 16:17:28 +0200 Subject: [PATCH] pre commit --- src/frame_service/wavu/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frame_service/wavu/utils.py b/src/frame_service/wavu/utils.py index 632b19c..8bba1f5 100644 --- a/src/frame_service/wavu/utils.py +++ b/src/frame_service/wavu/utils.py @@ -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