We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585a3ce commit aea5315Copy full SHA for aea5315
1 file changed
netjsonconfig/backends/airos/airos.py
@@ -73,8 +73,8 @@ def intermediate_to_list(configuration):
73
- list -> prepend the list index to every item key
74
- dictionary -> prepend the father key to every key
75
76
- configuration :: list
77
- return list
+ configuration :: List[Enum[Dict,List]]
+ return List[Dict]
78
79
>>> intermediate_to_list([
80
{
0 commit comments