We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7b425 commit c3edd93Copy full SHA for c3edd93
command_runner/__init__.py
@@ -78,7 +78,7 @@
78
79
# Python 2.7 compat fixes (missing typing)
80
try:
81
- from typing import Union, Optional, List, Tuple, NoReturn, Any, Callable
+ from typing import Union, Optional, List, Tuple, Any, Callable
82
except ImportError:
83
pass
84
0 commit comments