summaryrefslogtreecommitdiff
path: root/type/locations.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
committerScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
commit713a609bd19d491de03debf8a4a6ddf2540b13dc (patch)
tree6593978162d3c11c3a54e44a770aded4abc79704 /type/locations.py
parenteb1c6392095947b3205c4d52cd9b1507e6cd776b (diff)
Change settings in flake8 and black.
Diffstat (limited to 'type/locations.py')
-rw-r--r--type/locations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/type/locations.py b/type/locations.py
index 744f63a..24ab063 100644
--- a/type/locations.py
+++ b/type/locations.py
@@ -2,6 +2,7 @@
import enum
+
@enum.unique
class Location(enum.Enum):
UNKNOWN = 0