diff options
Diffstat (limited to 'gitlab/cli.py')
-rw-r--r-- | gitlab/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/cli.py b/gitlab/cli.py index d858a74..3a315a8 100644 --- a/gitlab/cli.py +++ b/gitlab/cli.py @@ -193,7 +193,7 @@ def main(): # Now we build the entire set of subcommands and do the complete parsing parser = _get_parser(gitlab.v4.cli) try: - import argcomplete + import argcomplete # type: ignore argcomplete.autocomplete(parser) except Exception: |