Skip to content

Commit

Permalink
solved 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danylo-Ok committed Dec 19, 2024
1 parent 56de48f commit 1a8d2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ def __gt__(self, other: float) -> bool:

def __ge__(self, other: float) -> bool:
return self.km >= (other.km if isinstance(other, Distance) else other)

0 comments on commit 1a8d2d6

Please sign in to comment.