Skip to content
Snippets Groups Projects
Commit 82a31532 authored by Lan Dam's avatar Lan Dam
Browse files

flake8

parent c1a02b99
No related branches found
No related tags found
1 merge request!159Correct clicking data point for info
Pipeline #2888 passed with stage
in 3 minutes and 9 seconds
......@@ -2,8 +2,8 @@ from typing import List, Optional
import numpy as np
def get_index_from_data_picked(chan_data: List[np.ndarray], tm: float, val: float) \
-> Optional[int]:
def get_index_from_data_picked(
chan_data: List[np.ndarray], tm: float, val: float) -> Optional[int]:
"""
Get index of data picked
:param chan_data: dict of data to plot that includes 'times', 'data' key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment