Finish dropping the 'description' column.

I missed some in aef7d5952e.
This commit is contained in:
Valentin Lorentz 2019-06-26 14:36:07 +02:00
parent e54531510c
commit 52b1de87c5
2 changed files with 1 additions and 3 deletions

View file

@ -39,7 +39,6 @@ class GitLabLister(PageByPageHttpLister):
'html_url': repo['web_url'],
'origin_url': repo['http_url_to_repo'],
'origin_type': 'git',
'description': repo['description'],
}
def transport_quota_check(self, response):