Closed eendebakpt closed 2 years ago
The import of setuptools adds time to the import of pacakges using miniver. If the version is not used (which is often the case), we can eliminate the overhead by making the imports lazy.
setuptools
Thanks! Sorry for the delay in getting to this (seems I need to update my GH notification settings!)
The import of
setuptools
adds time to the import of pacakges using miniver. If the version is not used (which is often the case), we can eliminate the overhead by making the imports lazy.