Ver código fonte

style: fix coding standards

tags/v0.10.0
Jérôme Deuchnord 3 anos atrás
pai
commit
05f894a22c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: BF7828A4E3722466
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      kosmorrolib/ephemerides.py

+ 3
- 1
kosmorrolib/ephemerides.py Ver arquivo

@@ -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
Salvar