Skip to content

Commit

Permalink
chore: unify import style
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Mar 24, 2024
1 parent 785dc42 commit ba7c9e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lpsim/server/patch/v44/cards/veterans_visage_4_4.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from typing import Dict, List, Literal

from lpsim.server.event import MoveObjectEventArguments
from ....struct import Cost

from .....utils.class_registry import register_class
from ....consts import ELEMENT_TO_DIE_COLOR, DamageType, ObjectPositionType
from ....action import Actions, CreateDiceAction, DrawCardAction
from ....match import Match
from ....event import ReceiveDamageEventArguments
from ....event import ReceiveDamageEventArguments, MoveObjectEventArguments
from ....card.equipment.artifact.base import ArtifactBase, RoundEffectArtifactBase
from .....utils.desc_registry import DescDictType

Expand Down

0 comments on commit ba7c9e0

Please sign in to comment.