diff options
| author | 2024-06-28 18:25:40 +0800 | |
|---|---|---|
| committer | 2024-06-28 18:25:40 +0800 | |
| commit | 6dfe2f4a87362a27fe2e97a154daac2f11883284 (patch) | |
| tree | bd4f28514482042735182d86d2c89dec8d655674 /tests | |
| parent | 1b0d67664557e6f0b4a421e1183cee1b0dbca2d3 (diff) | |
| download | HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.tar.gz HydroRollCore-6dfe2f4a87362a27fe2e97a154daac2f11883284.zip | |
style: ruff format code
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_BaseRule.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_BaseRule.py b/tests/test_BaseRule.py index 4f7c188..58c8c24 100644 --- a/tests/test_BaseRule.py +++ b/tests/test_BaseRule.py @@ -1,4 +1 @@ -from hrc.rule import BaseRule -from hrc.rule.BaseRule import CharacterCard, CustomRule, Wiki - -# print(BaseRule, CharacterCard, CustomRule, Wiki)
\ No newline at end of file +# print(BaseRule, CharacterCard, CustomRule, Wiki) |
