Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2024
1 parent 083c184 commit 2bb99db
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
from typing import Union

import ndx_multichannel_volume
import neuroconv
Expand Down
2 changes: 0 additions & 2 deletions src/leifer_lab_to_nwb/randi_nature_2023/convert_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import pathlib
import warnings

import pandas
import pynwb
from dateutil import tz

from leifer_lab_to_nwb.randi_nature_2023 import RandiNature2023Converter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import json
import pathlib
import shutil
from typing import Literal

import ndx_microscopy
import neuroconv
import numpy
import pandas
import pynwb


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pathlib
from typing import Union

import ndx_microscopy
import ndx_patterned_ogen
import neuroconv
import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pathlib
import shutil
from typing import Literal

import ndx_microscopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,11 @@
import pathlib
import warnings

import pandas
import pynwb
from dateutil import tz
from pynwb.testing.mock.file import mock_NWBFile

from leifer_lab_to_nwb.randi_nature_2023 import RandiNature2023Converter
from leifer_lab_to_nwb.randi_nature_2023.interfaces import (
ExtraOphysMetadataInterface,
NeuroPALImagingInterface,
NeuroPALSegmentationInterface,
OptogeneticStimulationInterface,
PumpProbeImagingInterface,
PumpProbeSegmentationInterface,
)

# Define base folder of source data
# Change these as needed on new systems
Expand Down

0 comments on commit 2bb99db

Please sign in to comment.