diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-05 20:11:56 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-05 20:11:56 -0500 |
commit | aea0220ceac4927a77377c3549ed2e8118079af4 (patch) | |
tree | 9f61392eb49da8dc1cb8ac1cea50173f5cc6b109 | |
parent | be14802dc008f09d20235356978b527d30178d40 (diff) | |
download | cmd2-git-aea0220ceac4927a77377c3549ed2e8118079af4.tar.gz |
Fix flake8 failure
-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 |