Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
95 stars 8 forks source link

Remove unused imports & variables #310

Closed marfox closed 5 years ago

marfox commented 5 years ago

It could be done with one command:

autoflake -r --remove-all-unused-imports --remove-unused-variables --in-place soweego

Although this will only remove standard library imports the --remove-all-unused-imports flag should do the job

marfox commented 5 years ago

Travis is set up to take care of this and push back the cleaned code.