GitHub user sieben opened a pull request:
https://github.com/apache/libcloud/pull/1182
Remove duplicated dict entry
## Remove duplicated dictionary entry
### Description
Keys in a dictionary should be unique.
### Status
Replace this: describe the PR status. Examples:
- done, ready for review
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[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_dict_keys
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1182.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 #1182
----
commit c2b4a00fde9e59a3ab3238f1eabcba3fa10fd150
Author: Rémy Léone <rleone@...>
Date: 2018-03-16T09:01:01Z
Remove duplicated dict entry
----
---