We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd196b commit 2d9c947Copy full SHA for 2d9c947
graphql/__init__.py
@@ -26,8 +26,8 @@
26
27
try:
28
# This variable is injected in the __builtins__ by the build
29
- # process. It used to enable importing subpackages of sklearn when
30
- # the binaries are not built
+ # process. It used to enable importing subpackages when
+ # the required packages are not installed
31
__GRAPHQL_SETUP__
32
except NameError:
33
__GRAPHQL_SETUP__ = False
0 commit comments