scratchrealm / pc-spike-sorting

Protocaas apps for spike sorting
0 stars 1 forks source link

fix linter errors and moved imports #3

Closed magland closed 1 year ago

magland commented 1 year ago

@luiztauffer

Using pyright. Fixed typing errors throughout.

This required moving away from the try/except for imports, as you had suggested. This does look like a cleaner solution.

luiztauffer commented 1 year ago

@magland pyright looks very interesting, thanks! I'll check it out