diff options
author | Felix Yan <felixonmars@archlinux.org> | 2017-07-10 00:37:13 +0800 |
---|---|---|
committer | Felix Yan <felixonmars@archlinux.org> | 2017-07-10 00:37:13 +0800 |
commit | f3766e7b31d985d018e1b618eb694f65aeac35d1 (patch) | |
tree | bc0f5b1f3f4445d42a26a170129f8d0cf34c8878 /tests/test_cmd2.py | |
parent | c37ba6f32f76b151b9ffc279ddc22af913336847 (diff) | |
download | cmd2-git-f3766e7b31d985d018e1b618eb694f65aeac35d1.tar.gz |
Remove unused import in tests
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 1deff479..1044ce97 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -575,8 +575,6 @@ def test_pipe_to_shell(base_app): @pytest.mark.skipif(not cmd2.can_clip, reason="Pyperclip could not find a copy/paste mechanism for your system") def test_send_to_paste_buffer(base_app): - from cmd2 import can_clip - # Test writing to the PasteBuffer/Clipboard run_cmd(base_app, 'help >') expected = normalize(BASE_HELP) |