Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Oct 23, 2024
1 parent 7915188 commit a06ea3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tutorials/slots/2_partial_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,14 @@

HAPPY_PATH = [
("Start", "Please, send your username and email in one message."),
("groot, [email protected]", "Your username is groot. Your email is [email protected]."),
(
"groot, [email protected]",
"Your username is groot. Your email is [email protected].",
),
("ok", "Please, send your friends name"),
("Jonh Doe", "Your friend is Jonh Doe"),
("ok", "Please, send your friends name"),
("Mike ", "Your friend is Mike Doe")
("Mike ", "Your friend is Mike Doe"),
]


Expand Down

0 comments on commit a06ea3c

Please sign in to comment.