Skip to content

Commit 82eec79

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
more typing
1 parent e412430 commit 82eec79

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
@@ -2228,7 +2228,7 @@ def to_html(
22282228
@Appender(info.__doc__)
22292229
def info(
22302230
self, verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None
2231-
):
2231+
) -> None:
22322232
return info(self, verbose, buf, max_cols, memory_usage, null_counts)
22332233

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

0 commit comments

Comments
 (0)