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 d9fb831 commit 1a3a748Copy full SHA for 1a3a748
vortex-python/python/vortex/expr.py
@@ -2,6 +2,6 @@
2
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
5
-from ._lib.expr import Expr, and_, column, literal, not_, root, cast # pyright: ignore[reportMissingModuleSource]
+from ._lib.expr import Expr, and_, cast, column, literal, not_, root # pyright: ignore[reportMissingModuleSource]
6
7
__all__ = ["Expr", "column", "literal", "root", "not_", "and_", "cast"]
0 commit comments