Spaces:
Sleeping
Sleeping
nastasiasnk
commited on
Commit
•
2950567
1
Parent(s):
f07b26f
Update imports_utils.py
Browse files- imports_utils.py +6 -1
imports_utils.py
CHANGED
@@ -174,7 +174,12 @@ for page in livability_attributes:
|
|
174 |
if domain != "":
|
175 |
domains_unique.append(domain)
|
176 |
"""
|
177 |
-
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
|
180 |
def fetchDomainMapper (luAttributePages):
|
|
|
174 |
if domain != "":
|
175 |
domains_unique.append(domain)
|
176 |
"""
|
177 |
+
from config import landuseColumnName
|
178 |
+
from config import subdomainColumnName
|
179 |
+
from config import sqmPerEmployeeColumnName
|
180 |
+
from config import thresholdsColumnName
|
181 |
+
from config import maxPointsColumnName
|
182 |
+
from config import domainColumnName
|
183 |
|
184 |
|
185 |
def fetchDomainMapper (luAttributePages):
|