code styling

This commit is contained in:
renaud gaudin 2022-06-21 17:05:08 +00:00
parent b2bb77cd65
commit e32aac3ec0
2 changed files with 4 additions and 5 deletions

View File

@ -50,7 +50,7 @@ def test_stats_output():
"numCrawled": 5,
"workersRunning": 0,
"total": 5,
"limit": {"max": 0, "hit": False}
"limit": {"max": 0, "hit": False},
}
with open("/output/warc2zim.json") as fh:
assert json.loads(fh.read()) == {
@ -61,5 +61,5 @@ def test_stats_output():
assert json.loads(fh.read()) == {
"done": 7,
"total": 7,
"limit": {"max": 0, "hit": False}
"limit": {"max": 0, "hit": False},
}

View File

@ -8,7 +8,6 @@ This script validates arguments with warc2zim, checks permissions
and then calls the Node based driver
"""
import re
import itertools
from argparse import ArgumentParser
import tempfile