We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2af57b commit 7855fa6Copy full SHA for 7855fa6
tests/test_optional/test_px/test_px_input.py
@@ -14,7 +14,7 @@
14
import warnings
15
16
17
-if (optional_imports.get_module("vaex") is None):
+if optional_imports.get_module("vaex") is None:
18
TEST_LIBS = ["polars"]
19
else:
20
TEST_LIBS = ["vaex", "polars"]
0 commit comments