diff options
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 88964061..fc8953c9 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -35,7 +35,6 @@ import glob import inspect import os import re -import shlex import sys import threading from typing import Any, Callable, Dict, List, Mapping, Optional, Tuple, Type, Union, IO |