Skip to content

Commit 0e349f2

Browse files
committed
fix python format
1 parent 506f930 commit 0e349f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/python/lance/dataset.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,8 @@ class DataReplacement(BaseOperation):
29602960
@dataclass
29612961
class Project(BaseOperation):
29622962
"""
2963-
Operation that project columns. Use this operator for drop column or rename/swap column.
2963+
Operation that project columns.
2964+
Use this operator for drop column or rename/swap column.
29642965
29652966
Attributes
29662967
----------

0 commit comments

Comments
 (0)