Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed Apr 11, 2024
1 parent 02afb43 commit f7362da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynapple/core/ts_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def __getitem__(self, key):

if len(keys_not_in):
raise KeyError(r"Key {} not in group index.".format(keys_not_in))

return self._ts_group_from_keys(key)

def _ts_group_from_keys(self, keys):
Expand Down

0 comments on commit f7362da

Please sign in to comment.