Using stdlib importlib.resources instead of importlib_resources#403
Using stdlib importlib.resources instead of importlib_resources#403mattwthompson merged 1 commit intomainfrom
importlib.resources instead of importlib_resources#403Conversation
|
To be precise, this is related to the issue conda-forge/openmmforcefields-feedstock#25 in the feedstock. |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #403 +/- ##
=======================================
Coverage 84.14% 84.14%
=======================================
Files 5 5
Lines 776 776
=======================================
Hits 653 653
Misses 123 123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Nope, this is you fixing it. I see the issue here now: conda-forge/openmmforcefields-feedstock#25 |
Just a minor nice to have. We could do the same without relying on the third party
importlib_resources, and instead using the stdlibimportlib.resourcespackage.