Skip to content

Commit d4a8046

Browse files
committed
Fix precommit checks
1 parent 46b1f15 commit d4a8046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby/ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,6 @@ def groups(self):
10881088
def __iter__(self) -> Iterator[Hashable]:
10891089
return iter(self.groupings[0].grouping_vector)
10901090

1091-
10921091
@property
10931092
def nkeys(self) -> int:
10941093
# still matches len(self.groupings), but we can hard-code

0 commit comments

Comments
 (0)