summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-09 13:01:59 -0400
committerGitHub <noreply@github.com>2017-07-09 13:01:59 -0400
commit6a2e1e8d1f656734c1717cf7772f527dc1b82839 (patch)
tree76a68ebb303f215dd3f224ba17b5ea182e9b01d9 /tests/test_cmd2.py
parentba057d8d1250d847417075645806d2d721386873 (diff)
parentf3766e7b31d985d018e1b618eb694f65aeac35d1 (diff)
downloadcmd2-git-6a2e1e8d1f656734c1717cf7772f527dc1b82839.tar.gz
Merge pull request #183 from felixonmars/remove-unused-import
Remove unused import in tests
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 0e25529a..29958ed5 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)