summaryrefslogtreecommitdiff
path: root/type/people.py
diff options
context:
space:
mode:
Diffstat (limited to 'type/people.py')
-rw-r--r--type/people.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/type/people.py b/type/people.py
index 3a6f743..d942ebb 100644
--- a/type/people.py
+++ b/type/people.py
@@ -5,7 +5,7 @@
import enum
-class Person(enum.IntEnum):
+class Person(enum.Enum):
"""An enum to represent people."""
UNKNOWN = 0