Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Feb 3, 2024
1 parent b86137f commit 5e55525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"isort.args": [
Expand Down
1 change: 1 addition & 0 deletions src/trodes_to_nwb/convert_intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import numpy as np
import pandas as pd
from pynwb import NWBFile, TimeSeries

from trodes_to_nwb.convert_ephys import RecFileDataChunkIterator
from trodes_to_nwb.spike_gadgets_raw_io import SpikeGadgetsRawIO

Expand Down
2 changes: 1 addition & 1 deletion src/trodes_to_nwb/convert_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
AssociatedFiles,
CameraDevice,
DataAcqDevice,
NwbElectrodeGroup,
Probe,
Shank,
ShanksElectrode,
NwbElectrodeGroup,
)
from pynwb import NWBFile
from pynwb.file import ProcessingModule, Subject
Expand Down

0 comments on commit 5e55525

Please sign in to comment.