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:
Massimiliano Culpo
2019-01-02 01:15:15 +01:00
committed by GitHub
parent aca195367e
commit 8540d5390e

View File

@@ -78,7 +78,7 @@
}
}
}
},
}
module_type_configuration = {
'type': 'object',