gpodder/tests
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
..
__init__.py add feedcore unittests 2020-07-23 22:39:46 +02:00
model.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
test_feedcore.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00