Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 30, 2024
1 parent 020da2b commit 60ce175
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kyu_7/pointless_farmer/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
GitHub: https://github.com/ikostan
"""

from typing import Tuple


def buy_or_sell(pairs: list, harvested_fruit: str) -> Tuple[list, str]:
def buy_or_sell(pairs: list, harvested_fruit: str) -> list | str:
"""
Decide which direction to trade.
Expand Down

0 comments on commit 60ce175

Please sign in to comment.