Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Nov 7, 2024
1 parent 6b0689e commit f5f15e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_time_series.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
"""Tests of time series for `pynapple` package."""

from numbers import Number
import warnings

import pickle
import warnings
from contextlib import nullcontext as does_not_raise
from numbers import Number
from pathlib import Path
Expand Down

0 comments on commit f5f15e4

Please sign in to comment.