8000 lint fix · pandas-dev/pandas@2c48282 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c48282

Browse files
committed
lint fix
1 parent 7980d79 commit 2c48282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/groupby/test_groupby.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3893,8 +3893,8 @@ def predictions(tool):
38933893

38943894
def test_gb_key_len_equal_axis_len(self):
38953895
# GH16843
3896-
#test ensures that index and column keys are recognized correctly
3897-
#when number of keys equals axis length of groupby
3896+
# test ensures that index and column keys are recognized correctly
3897+
# when number of keys equals axis length of groupby
38983898
df = pd.DataFrame([['foo', 'bar', 'B', 1],
38993899
['foo', 'bar', 'B', 2],
39003900
['foo', 'baz', 'C', 3]],

0 commit comments

Comments
 (0)
0