diff options
Diffstat (limited to 'cmd2/table_creator.py')
-rw-r--r-- | cmd2/table_creator.py | 2 |
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 |