From 6dfe2f4a87362a27fe2e97a154daac2f11883284 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Jun 2024 18:25:40 +0800 Subject: style: ruff format code --- hrc/rule/BaseRule/CharacterCard.py | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'hrc/rule/BaseRule/CharacterCard.py') diff --git a/hrc/rule/BaseRule/CharacterCard.py b/hrc/rule/BaseRule/CharacterCard.py index 6d09e5a..2baea48 100644 --- a/hrc/rule/BaseRule/CharacterCard.py +++ b/hrc/rule/BaseRule/CharacterCard.py @@ -1,22 +1,17 @@ -import dataclasses from dataclasses import dataclass -from typing import Literal, Optional, Union @dataclass class Custom(object): """Docstring for Custom.""" - property: type + property: type -class Attribute(Custom): - ... +class Attribute(Custom): ... -class Skill(Custom): - ... +class Skill(Custom): ... -class Information(Custom): - ... +class Information(Custom): ... -- cgit v1.2.3-70-g09d2