aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/brp_character.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-28 18:25:40 +0800
committer简律纯 <i@jyunko.cn>2024-06-28 18:25:40 +0800
commit6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch)
treebd4f28514482042735182d86d2c89dec8d655674 /examples/brp_character.py
parent1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff)
downloadHydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz
HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip
style: ruff format code
Diffstat (limited to 'examples/brp_character.py')
-rw-r--r--examples/brp_character.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/brp_character.py b/examples/brp_character.py
index 9b52aa3..cc3bfcd 100644
--- a/examples/brp_character.py
+++ b/examples/brp_character.py
@@ -1,6 +1,6 @@
import inspect
-from hydro_roll_core.development import Character
-from typing import Literal, List, Tuple, Union, Dict, Generic, Optional, TYPE_CHECKING
+from hrc.development import Character
+from typing import Literal, Union, Optional
class Identity: