From 59550c9abd7ab6b83f27201db8a71b615804e2a0 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 25 Jun 2013 19:23:44 -0400 Subject: [PATCH] tell flake8 to shut up --- tests/test_bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bin.py b/tests/test_bin.py index e366c0c..4cdfb58 100644 --- a/tests/test_bin.py +++ b/tests/test_bin.py @@ -94,7 +94,7 @@ def test_hy2py(): def test_bin_hy_builtins(): - import hy.cmdline + import hy.cmdline # NOQA assert str(exit) == "Use (exit) or Ctrl-D (i.e. EOF) to exit" assert str(quit) == "Use (quit) or Ctrl-D (i.e. EOF) to exit"