Skip to content

Commit

Permalink
refactor(sun): Remove unused elevation attribute
Browse files Browse the repository at this point in the history
The `elevation` attribute in `DataClass` was unused and has been removed to improve code clarity.
  • Loading branch information
essel-dev committed Dec 20, 2024
1 parent 257d649 commit 12a62a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jewcal/helpers/sun.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class Sun:
- Decimal degrees (DD): 2.17403
"""

elevation: float = 0
"""The sea level in meters."""

sunrise: datetime = field(init=False)
"""The time for sunrise in UTC."""

Expand Down

0 comments on commit 12a62a0

Please sign in to comment.