Skip to content

Commit 66f8a38

Browse files
committed
ruff
1 parent 4005225 commit 66f8a38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: python/tests/test_expr.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
AggregateFunction,
2424
BinaryExpr,
2525
Column,
26-
Filter,
27-
Limit,
28-
Literal,
29-
Projection,
30-
Sort,
31-
TableScan,
3226
CopyTo,
3327
CreateIndex,
3428
DescribeTable,
3529
DmlStatement,
3630
DropCatalogSchema,
31+
Filter,
32+
Limit,
33+
Literal,
34+
Projection,
3735
RecursiveQuery,
36+
Sort,
37+
TableScan,
3838
TransactionEnd,
3939
TransactionStart,
4040
Values,

0 commit comments

Comments
 (0)