Skip to content

Remove Python2 imports

Samuel GAIST requested to merge remove_python2_imports into django3_migration

This merge request does a cleanup on the special handling of various imports to stay Python 2 compatible.

This requirement being not relevant anymore, remove all these special cases.

Merge request reports