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

gitlab: Fix mypy issue

parent 2246d286
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ class GitLabLister(Lister[GitLabListerState, PageResult]):
def __init__(
self,
scheduler,
url: Optional[str] = None,
url=None,
instance: Optional[str] = None,
credentials: Optional[CredentialsType] = None,
incremental: bool = False,
......
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