fix typing

This commit is contained in:
Xavier Olive 2022-12-29 18:46:43 +01:00
parent c3839d861c
commit ae01f95ff5
2 changed files with 7 additions and 0 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 80
extend-ignore = E203, E302

View File

@ -0,0 +1,4 @@
import numpy as np
import numpy.typing as npt
def demod2400(data: npt.NDArray[np.uint16], timestamp: float): ...