Skip to content

Commit 1a3a748

Browse files
committed
ruff
1 parent d9fb831 commit 1a3a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-python/python/vortex/expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44

5-
from ._lib.expr import Expr, and_, column, literal, not_, root, cast # pyright: ignore[reportMissingModuleSource]
5+
from ._lib.expr import Expr, and_, cast, column, literal, not_, root # pyright: ignore[reportMissingModuleSource]
66

77
__all__ = ["Expr", "column", "literal", "root", "not_", "and_", "cast"]

0 commit comments

Comments
 (0)