From dfd0aa991634dc61174fd39e4d43d2b594456fa4 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 26 Sep 2019 16:12:01 -0400 Subject: [PATCH] add 'judiciary' to ORGANIZATION_CLASSIFICATIONs --- opencivicdata/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opencivicdata/common.py b/opencivicdata/common.py index 1c7e107..484f9ec 100644 --- a/opencivicdata/common.py +++ b/opencivicdata/common.py @@ -71,6 +71,7 @@ ('corporation', 'Corporation'), ('agency', 'Agency'), ('department', 'Department'), + ('judiciary', 'Judiciary'), ) ORGANIZATION_CLASSIFICATIONS = _keys(ORGANIZATION_CLASSIFICATION_CHOICES)