Ver a proveniência

style: fix coding standards

tags/v0.10.0
Jérôme Deuchnord há 3 anos
ascendente
cometimento
05f894a22c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: BF7828A4E3722466
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      kosmorrolib/ephemerides.py

+ 3
- 1
kosmorrolib/ephemerides.py Ver ficheiro

@@ -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"]


Carregando…
Cancelar
Guardar