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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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