diff options
| author | 2024-06-17 04:22:57 +0800 | |
|---|---|---|
| committer | 2024-06-17 04:22:57 +0800 | |
| commit | d241a9a0e743ff66a2961603dd44f398fb683885 (patch) | |
| tree | 22b1fa0752c8e30dc00e95bb8a12b55ae6a2ea72 /examples/BRP/src/character.py | |
| parent | fdee34884c29216db2a6bdb7e5c714af2e780777 (diff) | |
| download | HydroRollCore-d241a9a0e743ff66a2961603dd44f398fb683885.tar.gz HydroRollCore-d241a9a0e743ff66a2961603dd44f398fb683885.zip | |
chore(format): ruff lint code
Diffstat (limited to 'examples/BRP/src/character.py')
| -rw-r--r-- | examples/BRP/src/character.py | 10 |
1 files changed, 4 insertions, 6 deletions
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): |
