Commit 0fa0547
Always import importlib.util
Summary:
An upstream change uses importlib.util after only importing importlib: python/cpython#138510
In normal CPython this gets mported via runpy so it pretty much always available. In our dev environment we don't import it, so this just makes sure it gets imported for test purposes.
Reviewed By: yoney
Differential Revision: D82228954
fbshipit-source-id: 86e1cd776d2a3819ffff9c6069613d141ab88dd11 parent 43b5f02 commit 0fa0547
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments