Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt authored Dec 7, 2021
1 parent 23e39f3 commit 89b6ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arclet/letoderea/breakpoint/stepout.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from ..handler import await_exec_target
from ..utils import search_event
from ..entities.event import TemplateEvent, ParamRet
from ..entities.condition import TemplateCondition
from ..entities.condition import EventCondition


class StepOut(TemplateCondition):
class StepOut(EventCondition):
event_type: Type[TemplateEvent]
handler: Callable
target_args_handler: Union[Callable[[], ParamRet], ParamRet]
Expand Down

0 comments on commit 89b6ccb

Please sign in to comment.