Browse Source

style: fix coding standards

tags/v0.10.0
Jérôme Deuchnord 3 years ago
parent
commit
05f894a22c
No known key found for this signature in database GPG Key ID: BF7828A4E3722466
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      kosmorrolib/ephemerides.py

+ 3
- 1
kosmorrolib/ephemerides.py View File

@@ -60,7 +60,9 @@ def _get_skyfield_to_moon_phase(
)


def get_moon_phase(compute_date: datetime.date = datetime.date.today(), timezone: int = 0) -> MoonPhase:
def get_moon_phase(
compute_date: datetime.date = datetime.date.today(), timezone: int = 0
) -> MoonPhase:
earth = get_skf_objects()["earth"]
moon = get_skf_objects()["moon"]
sun = get_skf_objects()["sun"]


Loading…
Cancel
Save