Ver a proveniência

Update: minor changes to match Python coding style.

pull/24/head
Tung Lam Nguyen Le há 3 anos
committed by Jérôme Deuchnord
ascendente
cometimento
e55a3db8ec
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      kosmorrolib/enum.py

+ 1
- 1
kosmorrolib/enum.py Ver ficheiro

@@ -1,6 +1,6 @@
#!/usr/bin/env python3

from enum import Enum, auto
from enum import Enum


class MoonPhaseType(Enum):


Carregando…
Cancelar
Guardar