-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
If you could confirm that I'm correct in my interpretation here:
Extra kwargs, which should not be sent:
inventree-python/inventree/base.py
Line 161 in d13d8af
| response = api.get(url=cls.URL, params=params, **kwargs) |
since the kwargs are put in the params variable a few lines before:
inventree-python/inventree/base.py
Line 156 in d13d8af
| params = kwargs |
Same thing here:
inventree-python/inventree/base.py
Line 183 in d13d8af
| response = api.get(url=url, params=params, **kwargs) |
following on
inventree-python/inventree/base.py
Line 175 in d13d8af
| params = kwargs |
Metadata
Metadata
Assignees
Labels
No labels