gitlab: Fix mypy issue
This commit is contained in:
parent
2246d28606
commit
d3fe3d5747
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue