Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 28, 2024
1 parent b2eb8ac commit 6f05f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specsscan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from pathlib import Path
from typing import Any
from typing import Dict
from typing import List
from typing import Sequence
from typing import Union

Expand Down Expand Up @@ -521,7 +522,7 @@ def save(

def process_sweep_scan(
self,
raw_data: np.ndarray,
raw_data: List[np.ndarray],
voltages: np.ndarray,
pass_energy: float,
lens_mode: str,
Expand Down

0 comments on commit 6f05f0a

Please sign in to comment.