Skip to content

Commit c8bdc46

Browse files
author
Aman Sharma
committed
fix whitespace error
1 parent 5a86a13 commit c8bdc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import numpy as np
1818

1919
from pandas._libs import lib
20-
from pandas.util._exceptions import find_stack_level
2120
from pandas.util._decorators import set_module
21+
from pandas.util._exceptions import find_stack_level
2222

2323
from pandas.core.dtypes.common import (
2424
is_bool,

0 commit comments

Comments
 (0)