Skip to content

Commit

Permalink
Removed unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Oct 26, 2023
1 parent 9fa8057 commit 69c7e29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions traveltimepy/dto/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ class Property(str, Enum):
class PropertyProto(int, Enum):
DISTANCE = 1

def __int__(self):
return self.value


class FullRange(BaseModel):
enabled: bool
Expand Down

0 comments on commit 69c7e29

Please sign in to comment.