Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
7c8b0ea
1
Parent(s):
29f0d25
Update imports_utils.py
Browse files- imports_utils.py +1 -2
imports_utils.py
CHANGED
@@ -286,7 +286,6 @@ def getDataFromNotion(
|
|
286 |
|
287 |
landuse_attributes = fetch_all_database_pages(notion, landuseDatabaseID)
|
288 |
livability_attributes = fetch_all_database_pages(notion, subdomainDatabaseID)
|
289 |
-
|
290 |
landuseMapperDict ={}
|
291 |
livabilityMapperDict ={}
|
292 |
|
@@ -314,7 +313,7 @@ def getDataFromNotion(
|
|
314 |
'domain': [domain if domain != "" else 0]
|
315 |
}
|
316 |
|
317 |
-
|
318 |
|
319 |
|
320 |
|
|
|
286 |
|
287 |
landuse_attributes = fetch_all_database_pages(notion, landuseDatabaseID)
|
288 |
livability_attributes = fetch_all_database_pages(notion, subdomainDatabaseID)
|
|
|
289 |
landuseMapperDict ={}
|
290 |
livabilityMapperDict ={}
|
291 |
|
|
|
313 |
'domain': [domain if domain != "" else 0]
|
314 |
}
|
315 |
|
316 |
+
return landuseMapperDict, livabilityMapperDict,
|
317 |
|
318 |
|
319 |
|