summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-03 13:58:05 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-03 13:58:05 -0400
commit787c95251e38ef80821f395b6147982876977081 (patch)
treea78cd08e1a356ec4bc0469e1d21d8d0cfc2aa120 /cmd2
parent0b64604eb9a370267aaca2a045378a2db5eaebcb (diff)
downloadcmd2-git-787c95251e38ef80821f395b6147982876977081.tar.gz
Added 'no cover' for code block which cannot be tested in our unit tests
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/table_creator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/table_creator.py b/cmd2/table_creator.py
index bc0bb4c8..8b9524a1 100644
--- a/cmd2/table_creator.py
+++ b/cmd2/table_creator.py
@@ -19,7 +19,7 @@ from . import ansi, constants, utils
# This is needed for compatibility with early versions of Python 3.5 prior to 3.5.4
try:
from typing import Deque
-except ImportError:
+except ImportError: # pragma: no cover
import typing
# noinspection PyProtectedMember, PyUnresolvedReferences