summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py
index fea6d9cd..a8ad1ebd 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -276,7 +276,7 @@ try:
runtime_checkable,
)
except ImportError:
- from typing_extensions import ( # type: ignore[misc]
+ from typing_extensions import ( # type: ignore[assignment]
Protocol,
runtime_checkable,
)