A
A
Artur2020-12-31 12:02:09
PyCharm
Artur, 2020-12-31 12:02:09

How to remove assignment of items to reponse in Pycharm?

I send a request to the server, I get a response:

{'items': [{'source_id': -160805445, 'date': 1608983515}]}


Doing this through Pycharm, the answer is:
{'response': {'items': [{'source_id': -160805445, 'date': 1608983515}]}}


The question is how to remove the assignment of "items" to "response"? Looked at the Pycharm settings, didn't find it. Professional version 2020.1

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question