Skip to content

Commit bfdca6b

Browse files
committed
Remove unused variable assignment
1 parent a6ba456 commit bfdca6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,11 +470,6 @@ def _repr_html_(self):
470470
Return a html representation for a particular DataFrame.
471471
Mainly for IPython notebook.
472472
"""
473-
# ipnb in html repr mode allows scrolling
474-
# users strongly prefer to h-scroll a wide HTML table in the browser
475-
# then to get a summary view. GH3541, GH3573
476-
ipnbh = com.in_ipnb() and get_option('display.notebook_repr_html')
477-
478473
# qtconsole doesn't report it's line width, and also
479474
# behaves badly when outputting an HTML table
480475
# that doesn't fit the window, so disable it.

0 commit comments

Comments
 (0)