From 713a609bd19d491de03debf8a4a6ddf2540b13dc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 14:18:37 -0800 Subject: Change settings in flake8 and black. --- type/locations.py | 1 + 1 file changed, 1 insertion(+) (limited to 'type/locations.py') 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 -- cgit v1.3