Skip to content

Commit fbe4e92

Browse files
committed
ruff
1 parent ba4696f commit fbe4e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/datafusion/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
Constraints = common_internal.Constraints
3939

4040
__all__ = [
41+
"Constraints",
4142
"DFSchema",
4243
"DataType",
4344
"DataTypeMap",
@@ -50,9 +51,8 @@
5051
"SqlTable",
5152
"SqlType",
5253
"SqlView",
53-
"TableType",
5454
"TableSource",
55-
"Constraints",
55+
"TableType",
5656
]
5757

5858

0 commit comments

Comments
 (0)