Skip to content
Snippets Groups Projects
Verified Commit 74d83752 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.lister.gitlab.tasks: Remove spurious comma

parent 13bb7aca
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class IncrementalGitLabLister(ListerTaskBase):
task_queue = 'swh_lister_gitlab_discover'
def new_lister(self, api_baseurl='https://gitlab.com/api/v4',
instance='gitlab.com',):
instance='gitlab.com'):
# will invert the order of the lister's result
return GitLabLister(instance=instance, api_baseurl=api_baseurl,
sort='desc')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment