X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=type%2Flocations.py;fp=type%2Flocations.py;h=e02b8ab8e5652c088a94f5b6d30acc3f399b9caf;hb=d8a4cb8c9f641d2e64f7416a35fd33fded92d67a;hp=718a5f1edd5d277e71ff3204a7d273617d581741;hpb=d2e437a04124fa3c6e3175205f943769ba443393;p=python_utils.git 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