Skip to content

Commit

Permalink
Added 'no cover' pragma to import
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvanbrunt committed Dec 15, 2021
1 parent 42080d5 commit c1f6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd2/command_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Settable,
)

if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
import cmd2

#: Callable signature for a basic command function
Expand Down

0 comments on commit c1f6114

Please sign in to comment.