diff options
author | kotfu <kotfu@kotfu.net> | 2023-01-28 18:42:59 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2023-01-28 18:42:59 -0700 |
commit | 8779cca4ab23a244aefe2631e3cdd31b08e164e8 (patch) | |
tree | 747e48a581b2016f93664b9820ae3cb5429d262d | |
parent | c875c589890adf358e3711890bc63087f779f862 (diff) | |
download | cmd2-git-8779cca4ab23a244aefe2631e3cdd31b08e164e8.tar.gz |
Remove erroneously introduced import
-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 4f428d1b..a3cd9045 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -38,7 +38,6 @@ import pydoc import re import sys import tempfile -import typing import threading from code import ( InteractiveConsole, |