Commit Graph

4 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 ffbfeb5d92 macOS: updated to python 3.9 2022-03-07 21:46:00 +01:00
auouymous 9f02f7b925 Fix linting issues from #1018. 2021-05-01 19:09:39 -06:00
Eric Le Lay ac648e9021
build gPodder bundle from tools/mac-osx and downloaded generic bundle (#1018)
build gPodder bundle from tools/mac-osx and downloaded bundle
2021-05-01 14:22:52 +02:00