Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Apr 25, 2024
1 parent 9bfff85 commit 10060e6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/pynwb/testing/mock/file.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import Optional
from uuid import uuid4
from datetime import datetime
from dateutil.tz import tzlocal

from ...file import NWBFile, Subject
from .utils import name_generator
Expand Down
1 change: 0 additions & 1 deletion src/pynwb/testing/testh5io.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime
from dateutil.tz import tzlocal, tzutc
import os
from abc import ABCMeta, abstractmethod
import warnings
Expand Down
1 change: 0 additions & 1 deletion tests/integration/hdf5/test_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np
from datetime import datetime
from dateutil.tz import tzlocal

from pynwb import TimeSeries, NWBFile, NWBHDF5IO
from pynwb.base import Images, Image, ImageReferences
Expand Down
1 change: 0 additions & 1 deletion tests/integration/hdf5/test_modular_storage.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import gc
from datetime import datetime
from dateutil.tz import tzutc
import numpy as np

from hdmf.backends.hdf5 import HDF5IO
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_epoch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import numpy as np
import pandas as pd
from datetime import datetime
from dateutil import tz

from pynwb.epoch import TimeIntervals
from pynwb import TimeSeries, NWBFile
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import random
import string
from datetime import datetime
from dateutil.tz import tzlocal
from tempfile import gettempdir

from hdmf.spec import RefSpec
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_icephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from pynwb.testing import TestCase
from pynwb.file import NWBFile # Needed to test icephys functionality defined on NWBFile
from datetime import datetime
from dateutil.tz import tzlocal


def GetElectrode():
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_scratch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime
from dateutil.tz import tzlocal
import numpy as np
from numpy.testing import assert_array_equal
import pandas as pd
Expand Down

0 comments on commit 10060e6

Please sign in to comment.