Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay import of pkg_resources until needed (if ever). (#195)
pkg_resources can be very slow to import. Alternatively, one could use importlib.resources on Py3.7+, but then one needs to add version-conditional code for Py3.6 (or a version-conditional dependency on importlib_resources).
- Loading branch information