Compare commits
3 commits
8952d1d22d
...
9623870f9a
| Author | SHA1 | Date | |
|---|---|---|---|
|
9623870f9a |
|||
|
40eac92333 |
|||
|
82caacaaf8 |
1 changed files with 2 additions and 3 deletions
|
|
@ -177,9 +177,8 @@ class App: # export
|
|||
try:
|
||||
# Import argcomplete only here to not require it to be compatible
|
||||
# with minimal environments
|
||||
from argcomplete.completers import ( # type: ignore[import-not-found]
|
||||
BaseCompleter
|
||||
)
|
||||
from argcomplete.completers import \
|
||||
BaseCompleter # type: ignore[import-not-found]
|
||||
|
||||
class NoopCompleter(BaseCompleter):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue