fix flake8 warnings

pull/14/head
Ewald de Wit 2022-09-14 20:43:20 +02:00
rodzic 9b87ecf1f6
commit 94d6f715ad
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -2,9 +2,10 @@ import array
from functools import lru_cache
from typing import NamedTuple, Tuple
import numpy as np
from numba import njit
import numpy as np
class XY(NamedTuple):
"""XY coordinate data of arrays of the same length."""

Wyświetl plik

@ -6,8 +6,9 @@ import signal
import sys
from pathlib import Path
import numpy as np
from PySide6 import QtGui as qtgui, QtWidgets as qt
import numpy as np
import pyqtgraph as pg
import hifiscan as hifi