We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351f4ed commit 01946d6Copy full SHA for 01946d6
1 file changed
wolframclient/utils/api.py
@@ -139,7 +139,7 @@
139
)
140
141
multithreading = API(Lock="wolframclient.utils.lock.Lock")
142
-pkg_resources = API(iter_entry_points="pkg_resources.iter_entry_points")
+pkg_resources = API(iter_entry_points=("pkg_resources.iter_entry_points", lambda *args, **opts: ()))
143
144
PIL = API(Image="PIL.Image.Image", fromarray="PIL.Image.fromarray", open="PIL.Image.open")
145
0 commit comments