Skip to content

Commit f9d105e

Browse files
Adding a space and new line to match PEP8. #21510
1 parent 87bb1ac commit f9d105e

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
@@ -250,7 +250,7 @@ def __init__(self, objs, axis=0, join='outer', join_axes=None,
250250

251251
if isinstance(objs, dict):
252252
if keys is None:
253-
if not isinstance(objs,OrderedDict):
253+
if not isinstance(objs, OrderedDict):
254254
keys = sorted(objs)
255255
else:
256256
keys = objs

0 commit comments

Comments
 (0)