Skip to content

Extra kwargs in some function definitions? #158

@miggland

Description

@miggland

If you could confirm that I'm correct in my interpretation here:

Extra kwargs, which should not be sent:

response = api.get(url=cls.URL, params=params, **kwargs)

since the kwargs are put in the params variable a few lines before:
params = kwargs

Same thing here:

response = api.get(url=url, params=params, **kwargs)

following on
params = kwargs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions