diff options
| author | Eric Lin <anselor@gmail.com> | 2021-04-03 18:41:26 -0400 |
|---|---|---|
| committer | anselor <anselor@gmail.com> | 2021-04-06 14:54:28 -0400 |
| commit | 50d302913328931ecc9f61293892ac8f9aa61890 (patch) | |
| tree | b67f5586861cc57094f63efb27cf628476d7b544 /cmd2/utils.py | |
| parent | d309493f29750433fd8bd6158bc194ed46fa0f7f (diff) | |
| download | cmd2-git-50d302913328931ecc9f61293892ac8f9aa61890.tar.gz | |
And that's the last of it. Passes mypy.
Diffstat (limited to 'cmd2/utils.py')
| -rw-r--r-- | cmd2/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 3a7dbc6e..4f3eae7b 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -36,7 +36,6 @@ from . import ( from .argparse_custom import ( ChoicesProviderFunc, CompleterFunc, - CompleterFuncWithTokens, ) if TYPE_CHECKING: # pragma: no cover |
