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 7eea164 commit 6615dc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kyu_7/pointless_farmer/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
GitHub: https://github.com/ikostan
"""

from typing import Any


def buy_or_sell(pairs: list, harvested_fruit: str) -> str | list:
"""
Expand Down

0 comments on commit 6615dc5

Please sign in to comment.