Skip to content

Commit 6af237c

Browse files
add return type
1 parent 6901e6d commit 6af237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ def __rmatmul__(self, other) -> DataFrame:
17471747
# IO methods (to / from other formats)
17481748

17491749
@classmethod
1750-
def from_arrow(cls, data):
1750+
def from_arrow(cls, data) -> DataFrame:
17511751
"""
17521752
Construct a DataFrame from a tabular Arrow object.
17531753

0 commit comments

Comments
 (0)