8000 Fixes Formatting Exception by EternalLearner42 · Pull Request #25088 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Fixes Formatting Exception #25088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 16, 2019
Prev Previous commit
Next Next commit
Fixed whitespace
  • Loading branch information
EternalLearner42 authored Feb 2, 2019
commit 871b2c24bb19edadba249e68dba8536b5bf2751a
1 change: 0 additions & 1 deletion pandas/io/formats/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def _get_terminal_size_tput():
return None
except OSError:
return None



def _get_terminal_size_linux():
Expand Down
0