We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dd5fe commit 36bb62bCopy full SHA for 36bb62b
src/country_workspace/config/fragments/app.py
@@ -12,7 +12,5 @@
12
HOPE_API_TOKEN = env("HOPE_API_TOKEN")
13
HOPE_API_URL = env("HOPE_API_URL")
14
15
-HH_LOOKUPS = [
16
- "ResidenceStatus",
17
-]
18
-IND_LOOKUPS = ["Relationship", "Role", "MaritalStatus", "ObservedDisability"]
+HH_LOOKUPS = []
+IND_LOOKUPS = ["Role", "MaritalStatus", "ObservedDisability"]
0 commit comments