Explorar el Código

Update: minor changes to match Python coding style.

pull/24/head
Tung Lam Nguyen Le hace 3 años
committed by Jérôme Deuchnord
padre
commit
e55a3db8ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      kosmorrolib/enum.py

+ 1
- 1
kosmorrolib/enum.py Ver fichero

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

from enum import Enum, auto
from enum import Enum


class MoonPhaseType(Enum):


Cargando…
Cancelar
Guardar