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