gpodder/src/gpodder/gtkui/interface
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 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
addpodcast.py Add icon to clear URL in the add podcast dialog. 2022-08-13 02:51:15 -06:00
common.py Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
configeditor.py gPodderConfigEditor: Remove deprecated GTK features 2021-09-17 22:11:10 +03:00
progress.py Remove redundant timeout removal when creating progress dialog. 2022-09-16 05:28:14 -06:00
searchtree.py option to always show search fields 2020-04-14 16:38:52 +02:00
tagcloud.py Switch deprecated GObject functions to GLib. 2022-08-13 00:33:28 -06:00