typos and pylance

This commit is contained in:
2026-08-23 00:12:22 -07:00
parent e37275a1bb
commit d9d5b6d940
18 changed files with 115 additions and 114 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ Author: Tyler de Zeeuw
License: GPL-3.0
"""
# Built-in Imports
# Built-in imports
import os.path as op
from pathlib import Path
from datetime import datetime
@@ -26,7 +26,7 @@ from src.shared.shareddata import APP_NAME
class ParticipantImageViewerWidget(FlaresBaseWidget):
def __init__(
self,
haemo_dict: dict[str, BaseRaw],
haemo_dict: dict[str, BaseRaw],
fig_bytes_dict: dict[str, dict[str, bytes]]
) -> None: