Removed an extra comma after a dict literal (#10236)
The extra comma was turning a dict into a tuple, and caused errors during validation of the schema.
This commit is contained in:
parent
aca195367e
commit
8540d5390e
@ -78,7 +78,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
module_type_configuration = {
|
module_type_configuration = {
|
||||||
'type': 'object',
|
'type': 'object',
|
||||||
|
Loading…
Reference in New Issue
Block a user