Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed Feb 29, 2024
1 parent f2dd591 commit 13c6fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pynapple/core/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1487,9 +1487,9 @@ def count(self, *args, **kwargs):
>>> bincount.time_support
>>> start end
>>> 0 100.0 800.0
"""
"""
t, d, ep = super().count(*args, **kwargs)
return Tsd(t=t, d=d, time_support=ep)
return Tsd(t=t, d=d, time_support=ep)

def fillna(self, value):
"""
Expand Down

0 comments on commit 13c6fc8

Please sign in to comment.