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 b51b5e2 commit e9fce55Copy full SHA for e9fce55
py-polars/runtime/_polars_runtime_64/__init__.py
@@ -1,4 +1,7 @@
1
# ruff: noqa: TID252
2
-from .build_feature_flags import BUILD_FEATURE_FLAGS
+try:
3
+ from .build_feature_flags import BUILD_FEATURE_FLAGS
4
+except ImportError:
5
+ BUILD_FEATURE_FLAGS = ""
6
7
__all__ = ["BUILD_FEATURE_FLAGS"]
0 commit comments