GitHub user sieben opened a pull request:
https://github.com/apache/libcloud/pull/1187
Remove duplicated keys in object literals
## Remove duplicated keys in object literals
### Description
Remove duplicated keys in object literals
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sieben/libcloud duplicated_items
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1187
----
commit 82072a5ea5b44cc9aa86d3cb33cb39d7869a28bd
Author: Rémy Léone <rleone@...>
Date: 2018-03-16T09:53:50Z
Remove duplicated keys in object literals
----
---