diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-12-15 17:06:39 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-12-15 17:06:48 -0500 |
| commit | c1f6114d52161a3b8a32d3cee1c495d79052e1fb (patch) | |
| tree | 7361527d96aa5a034ce70505c49577d1fc150052 /cmd2 | |
| parent | 42080d5c3e57feae5374516fecf7987dc4fc7cfa (diff) | |
| download | cmd2-git-c1f6114d52161a3b8a32d3cee1c495d79052e1fb.tar.gz | |
Added 'no cover' pragma to import
Diffstat (limited to 'cmd2')
| -rw-r--r-- | cmd2/command_definition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/command_definition.py b/cmd2/command_definition.py index da1c9152..2f2b6878 100644 --- a/cmd2/command_definition.py +++ b/cmd2/command_definition.py @@ -22,7 +22,7 @@ from .utils import ( Settable, ) -if TYPE_CHECKING: +if TYPE_CHECKING: # pragma: no cover import cmd2 #: Callable signature for a basic command function |
