Skip to content

Commit 44efd34

Browse files
author
Marco Gorelli
committed
more typing
1 parent 5d323b1 commit 44efd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ def to_html(
22272227
@Appender(info.__doc__)
22282228
def info(
22292229
self, verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None
2230-
):
2230+
) -> None:
22312231
return info(self, verbose, buf, max_cols, memory_usage, null_counts)
22322232

22332233
def memory_usage(self, index=True, deep=False) -> Series:

0 commit comments

Comments
 (0)