Skip to content

Commit

Permalink
Merge pull request #45 from essel-dev/refactor/sun-remove-unused-attr
Browse files Browse the repository at this point in the history
refactor(sun): Remove unused elevation attribute
  • Loading branch information
essel-dev authored Dec 20, 2024
2 parents 257d649 + 12a62a0 commit 3800a36
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 3800a36

Please sign in to comment.