Refactor variable name in create_hierarchy_tree function
Browse files
isco.py
CHANGED
@@ -40,7 +40,7 @@ def create_hierarchy_tree(hierarchy_dict: dict) -> tuple:
|
|
40 |
Builds the hierarchy tree and a mapping from name to ISCO code.
|
41 |
|
42 |
Args:
|
43 |
-
-
|
44 |
|
45 |
Returns:
|
46 |
- tree: A dictionary representing the hierarchical structure.
|
|
|
40 |
Builds the hierarchy tree and a mapping from name to ISCO code.
|
41 |
|
42 |
Args:
|
43 |
+
- hierarchy_dict: A dictionary representing the hierarchical structure.
|
44 |
|
45 |
Returns:
|
46 |
- tree: A dictionary representing the hierarchical structure.
|