Skip to content

Clean up imports

Emanuele Roberto Nocera requested to merge importclean into master

Created by: Zaharid

Move

from collections import

to

from collections.abc import

since the former is deprecated (for no particularly good reason).

Also remove various unused imports.

Merge request reports

Loading