Skip to content

Commit 0f51d12

Browse files
committed
PEP8 fix
1 parent a793dbc commit 0f51d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ def get_group_levels(self):
347347
},
348348
'var': 'group_var',
349349
'std': {
350-
'name' : 'group_var_bin',
351-
'f' : lambda func, a: np.sqrt(func(a)),
350+
'name': 'group_var_bin',
351+
'f': lambda func, a: np.sqrt(func(a)),
352352
},
353353
'first': {
354354
'name': 'group_nth',

0 commit comments

Comments
 (0)