diff --git a/src/npc_shields/widgets.py b/src/npc_shields/widgets.py index 15fc299..96c12b9 100644 --- a/src/npc_shields/widgets.py +++ b/src/npc_shields/widgets.py @@ -68,7 +68,7 @@ def __init__( save_paths = pathlib.Path(save_paths) if not isinstance(save_paths, Iterable): save_paths = (save_paths, ) - self.save_paths = save_paths + self.save_paths: Iterable[pathlib.Path] = save_paths # type: ignore [assignment] self.insertion = insertion self.initial_targets = dict(insertion.probes)