Commit Graph

2 Commits

Author SHA1 Message Date
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
Eric Le Lay 7394ca4779 add feedcore unittests 2020-07-23 22:39:46 +02:00
Renamed from src/gpodder/test/model.py (Browse further)