Skip to content

Partialy fix issue #23334 - isort pandas/core/dtypes directory #23336

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
Oct 31, 2018
Merged
Prev Previous commit
Next Next commit
Indentation fix
  • Loading branch information
alexander-ponomaroff committed Oct 29, 2018
commit 8172b67b2e42a82f8bc0d0c2339f52ca2307ba95
4 changes: 2 additions & 2 deletions pandas/core/dtypes/concat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Utility functions related to concat
"""
Utility functions related to concat
"""

import numpy as np

Expand Down