diff options
| author | 2024-06-28 18:25:40 +0800 | |
|---|---|---|
| committer | 2024-06-28 18:25:40 +0800 | |
| commit | 6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch) | |
| tree | bd4f28514482042735182d86d2c89dec8d655674 /examples/COC7/Wiki.py | |
| parent | 1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff) | |
| download | HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip | |
style: ruff format code
Diffstat (limited to 'examples/COC7/Wiki.py')
| -rw-r--r-- | examples/COC7/Wiki.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/COC7/Wiki.py b/examples/COC7/Wiki.py index 2c786e7..62b66ab 100644 --- a/examples/COC7/Wiki.py +++ b/examples/COC7/Wiki.py @@ -1,9 +1,2 @@ # MyRule -import math -import dataclasses -from dataclasses import dataclass -from typing import Literal, Optional, Union -from pydantic import Field, BaseModel -from hrc.rule import aliases, BaseRule -from hrc.rule.BaseRule import CharacterCard
\ No newline at end of file |
