BrainStat icon indicating copy to clipboard operation
BrainStat copied to clipboard

[REF] Remove #type: ignore from SLM class

Open ReinderVosDeWael opened this issue 3 years ago • 1 comments

Currently, mypy crashes on SLM.py due to an import inside a class. This issue is tracked at mypy/issuse/10521.

Once mypy resolves it issue, this issue can be solved by simply removing the following: https://github.com/MICA-MNI/BrainStat/blob/master/brainstat/stats/SLM.py#L1

ReinderVosDeWael avatar Jul 29 '21 16:07 ReinderVosDeWael