We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33decb4 commit e4ca6c8Copy full SHA for e4ca6c8
1 file changed
cmd2.py
@@ -117,7 +117,6 @@ def __subclasshook__(cls, C):
117
else:
118
from io import BytesIO as StringIO # Python2
119
120
-
121
# Detect whether IPython is installed to determine if the built-in "ipy" command should be included
122
ipython_available = True
123
try:
0 commit comments