Skip to content

Commit b2d5403

Browse files
committed
typing
1 parent ee9f5a0 commit b2d5403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ulc_mm_package/utilities/coarse_focus_utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from PIL import Image, ImageTk
66
import tkinter as tk
77
from tkinter import messagebox, ttk
8-
from typing import List
8+
from typing import List, Tuple
99

1010
from ulc_mm_package.hardware.camera import AVTCamera
1111
from ulc_mm_package.hardware.hardware_constants import MIN_PRESSURE_DIFF
@@ -56,7 +56,7 @@ def perform_sweep(
5656
progress_callback,
5757
image_callback,
5858
motor_label_callback,
59-
) -> List[np.ndarray]:
59+
) -> Tuple[List[np.ndarray], List[int]]:
6060
logger.info("Starting sweep...")
6161
cell_finder.reset()
6262
led.turnOn()

0 commit comments

Comments
 (0)