Browse Source

Update: minor changes to match Python coding style.

pull/24/head
Tung Lam Nguyen Le 3 years ago
committed by Jérôme Deuchnord
parent
commit
e55a3db8ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kosmorrolib/enum.py

+ 1
- 1
kosmorrolib/enum.py View File

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

from enum import Enum, auto
from enum import Enum


class MoonPhaseType(Enum):


Loading…
Cancel
Save