Skip to content

Commit

Permalink
style: fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Deuchnord committed Mar 26, 2021
1 parent ad63a2b commit 05f894a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kosmorrolib/ephemerides.py
Expand Up @@ -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"]
Expand Down

0 comments on commit 05f894a

Please sign in to comment.