diff options
Diffstat (limited to 'type/locations.py')
| -rw-r--r-- | type/locations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type/locations.py b/type/locations.py index 718a5f1..e02b8ab 100644 --- a/type/locations.py +++ b/type/locations.py @@ -6,7 +6,7 @@ import enum @enum.unique -class Location(enum.IntEnum): +class Location(enum.Enum): """An enum to represent locations.""" UNKNOWN = 0 |
