From 95d6a257c5738de8499d72846f0688a042220b70 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Mon, 13 Jul 2020 20:30:29 -0400 Subject: Added PyCharm warning suppressions --- cmd2/table_creator.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd2') diff --git a/cmd2/table_creator.py b/cmd2/table_creator.py index 4cfe0f0c..bc0bb4c8 100644 --- a/cmd2/table_creator.py +++ b/cmd2/table_creator.py @@ -21,6 +21,8 @@ try: from typing import Deque except ImportError: import typing + + # noinspection PyProtectedMember, PyUnresolvedReferences Deque = typing._alias(deque, typing.T) # Constants -- cgit v1.2.1