diff options
| author | 2024-06-28 18:25:40 +0800 | |
|---|---|---|
| committer | 2024-06-28 18:25:40 +0800 | |
| commit | 6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch) | |
| tree | bd4f28514482042735182d86d2c89dec8d655674 /examples/brp_character.py | |
| parent | 1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff) | |
| download | HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip | |
style: ruff format code
Diffstat (limited to 'examples/brp_character.py')
| -rw-r--r-- | examples/brp_character.py | 4 |
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: |
