ソースを参照

style: fix coding standards

tags/v0.10.0
コミット
05f894a22c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: BF7828A4E3722466
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      kosmorrolib/ephemerides.py

+ 3
- 1
kosmorrolib/ephemerides.py ファイルの表示

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


読み込み中…
キャンセル
保存