Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Fix python3 spread operator in dicts #63

@patrick91

Description

@patrick91

This:

combination = {**first_dictionary, "x": 1, "y": 2}

gets changed to:

combination = {: first_dictionary, "x": 1, "y": 2}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions