From d241a9a0e743ff66a2961603dd44f398fb683885 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 04:22:57 +0800 Subject: chore(format): ruff lint code --- examples/BRP/src/character.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'examples') diff --git a/examples/BRP/src/character.py b/examples/BRP/src/character.py index 54503eb..9b52aa3 100644 --- a/examples/BRP/src/character.py +++ b/examples/BRP/src/character.py @@ -2,6 +2,7 @@ import inspect from hydro_roll_core.development import Character from typing import Literal, List, Tuple, Union, Dict, Generic, Optional, TYPE_CHECKING + class Identity: """ 身份 @@ -613,16 +614,13 @@ class Skills: """ -class Weapons: - ... +class Weapons: ... -class Armor: - ... +class Armor: ... -class Equipment: - ... +class Equipment: ... class BRPCharacter(Character): -- cgit v1.2.3-70-g09d2