diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 13:35:36 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 13:35:36 -0700 |
commit | 600ad67925a748200ddf21d5aeabd157d2bb3664 (patch) | |
tree | 89ae6bc24e6eb3821c03efd7d781430345c68aa0 /python/tests/test_pushers.py | |
parent | 05bd7cbcc62588e431c5efd533189e246b2a997e (diff) | |
download | sandcrawler-600ad67925a748200ddf21d5aeabd157d2bb3664.tar.gz sandcrawler-600ad67925a748200ddf21d5aeabd157d2bb3664.zip |
start handling trivial lint cleanups: unused imports, 'is None', etc
Diffstat (limited to 'python/tests/test_pushers.py')
-rw-r--r-- | python/tests/test_pushers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/test_pushers.py b/python/tests/test_pushers.py index 63f90d3..353a560 100644 --- a/python/tests/test_pushers.py +++ b/python/tests/test_pushers.py @@ -1,5 +1,3 @@ -import pytest - from sandcrawler.workers import BlackholeSink, CdxLinePusher |