Closed martinberoiz closed 4 years ago
If we're dropping support for py2.7 (are we?) we can remove the dependency for six. It's used only to import range in single_image and single_image_psfs.
six
range
single_image
single_image_psfs
This is right. Let me do it.
Fixed already with commit fa9baf430b0f77a9b33ca0ec80725773d6ce34fd
If we're dropping support for py2.7 (are we?) we can remove the dependency for
six
. It's used only to importrange
insingle_image
andsingle_image_psfs
.