Skip to content

Commit c6b8078

Browse files
committed
signature fix
1 parent 136a1f0 commit c6b8078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/pic_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def plot_single_spectrum(
9898

9999

100100
def plot_interactive_spectra(
101-
spectra: Union[List[List[List[float]]], Dict[str, List[List[float]]]],
101+
spectra: Union[List[List[List[float]]], Dict[Tuple[str, str], List[List[float]]]],
102102
wavelengths: List[float],
103103
spectrum_labels: Optional[List[str]] = None,
104104
vlines: Optional[List[float]] = None,

0 commit comments

Comments
 (0)