Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed May 21, 2024
1 parent 6db7390 commit efaad74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_lazy_loading.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import os.path
import warnings
from contextlib import nullcontext as does_not_raise
from pathlib import Path

import h5py
import numpy as np
import pandas as pd
import pytest

import pynapple as nap
import numpy as np
import pytest
from contextlib import nullcontext as does_not_raise
from pathlib import Path
import warnings


@pytest.mark.parametrize(
"time, data, expectation",
Expand Down Expand Up @@ -226,5 +227,4 @@ def test_lazy_load_nwb_no_warnings(path, var_name):
if isinstance(tsd, (nap.Tsd, nap.TsdFrame, nap.TsdTensor)):
tsd * 2


nwb.io.close()

0 comments on commit efaad74

Please sign in to comment.