tests: fix lint error again

This commit is contained in:
Durham Goode 2018-01-16 14:22:33 -08:00
parent 81c3e03f81
commit 41fc137814

View File

@ -21,5 +21,5 @@ run pyflakes on all tracked files ending in .py or without a file ending
> -X fb/packaging \
> 2>/dev/null \
> | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
setup.py:*: 'svn_swig_wrapper' imported but unused (glob)
setup.py:*: '*svn_swig_wrapper' imported but unused (glob)