diff options
Diffstat (limited to 'python/tests/test_pushers.py')
-rw-r--r-- | python/tests/test_pushers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_pushers.py b/python/tests/test_pushers.py index 52f26c0..62fa515 100644 --- a/python/tests/test_pushers.py +++ b/python/tests/test_pushers.py @@ -1,7 +1,7 @@ import pytest -from sandcrawler.workers import CdxLinePusher, BlackholeSink +from sandcrawler.workers import BlackholeSink, CdxLinePusher def test_cdx_line_pusher(): |