catalystneuro / nwb-conversion-tools

Create NWB files by converting and combining neural data in proprietary formats and adding essential metadata.
https://nwb-conversion-tools.readthedocs.io/en/main/
BSD 3-Clause "New" or "Revised" License
25 stars 12 forks source link

Remove optional types in pphy sorting data interface #570

Closed h-mayorquin closed 2 years ago

h-mayorquin commented 2 years ago

By mistake I added Optional typing to some parameters that can't be None. This PR should address this by removing it.

CodyCBakerPhD commented 2 years ago

My mistake for not noticing as well