Fix unused imports and include rule.

This commit is contained in:
erinhmclark
2025-03-13 13:55:31 +00:00
parent e76551ba22
commit 8673bc5979
9 changed files with 6 additions and 14 deletions

View File

@@ -46,7 +46,6 @@ def autoarchiver(tmp_path, monkeypatch, request):
def test_run_auto_archiver_no_args(caplog, autoarchiver):
with pytest.raises(SystemExit):
autoarchiver()
assert "provide at least one URL via the command line, or set up an alternative feeder" in caplog.text