Remove columns 'description' and 'origin_id'.
They are useless.
This commit is contained in:
parent
83b3a75f11
commit
aef7d5952e
9 changed files with 1 additions and 10 deletions
|
@ -67,7 +67,6 @@ class PyPILister(ListerOnePageApiTransport, SimpleLister):
|
|||
'html_url': project_url_meta,
|
||||
'origin_url': project_url,
|
||||
'origin_type': 'pypi',
|
||||
'description': None,
|
||||
}
|
||||
|
||||
def transport_response_simplified(self, response):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue