File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1164,23 +1164,9 @@ def teardown_project_labels_ontology_feature_schemas(project: Project):
1164
1164
classification_feature_schema_ids = [
1165
1165
feature ["featureSchemaId" ]
1166
1166
for feature in ontology .normalized ["classifications" ]
1167
- ] + [
1168
- option ["featureSchemaId" ]
1169
- for feature in ontology .normalized ["classifications" ]
1170
- for option in feature .get ("options" , [])
1171
1167
]
1172
-
1173
1168
tool_feature_schema_ids = [
1174
1169
feature ["featureSchemaId" ] for feature in ontology .normalized ["tools" ]
1175
- ] + [
1176
- classification ["featureSchemaId" ]
1177
- for tool in ontology .normalized ["tools" ]
1178
- for classification in tool .get ("classifications" , [])
1179
- ] + [
1180
- option ["featureSchemaId" ]
1181
- for tool in ontology .normalized ["tools" ]
1182
- for classification in tool .get ("classifications" , [])
1183
- for option in classification .get ("options" , [])
1184
1170
]
1185
1171
1186
1172
feature_schema_ids = classification_feature_schema_ids + tool_feature_schema_ids
You can’t perform that action at this time.
0 commit comments