Skip to content

Commit

Permalink
removing git lines
Browse files Browse the repository at this point in the history
  • Loading branch information
prostomarkeloff committed Jun 17, 2024
1 parent 5f5a599 commit afe3b69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions telegrinder/bot/dispatch/waiter_machine/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,12 @@ async def wait(

api: ABCAPI
key: Identificator
<<<<<<< HEAD
api, key = (
linked
if isinstance(linked, tuple)
else (linked.ctx_api, state_view.get_state_key(linked))
) # type: ignore
=======
api, key = linked if isinstance(linked, tuple) else (linked.ctx_api, state_view.get_state_key(linked)) # type: ignore
>>>>>>> 9ae36b1 (exit_behaviour for waiter machine)
if not key:
raise RuntimeError("Unable to get state key.")

Expand Down

0 comments on commit afe3b69

Please sign in to comment.