Skip to content

Commit 4927f9b

Browse files
committed
remove old f statements
1 parent a65b2bb commit 4927f9b

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
@@ -64,7 +64,7 @@ def perform_sweep(
6464
total_steps = len(sweep_range)
6565
images = []
6666

67-
logger.info(f"Moving motor...")
67+
logger.info("Moving motor...")
6868
for step, motor_pos in enumerate(sweep_range, start=1):
6969
motor.move_abs(motor_pos)
7070
img, timestamp = next(camera.yieldImages())
@@ -257,7 +257,7 @@ def start_sweep():
257257
output_string = (
258258
f"Stage adjustment successful!\nCells found at motor position {res}."
259259
)
260-
messagebox.showinfo(f"Success", output_string)
260+
messagebox.showinfo("Success", output_string)
261261
else:
262262
messagebox.showerror("Error", "An unexpected error occurred.")
263263

0 commit comments

Comments
 (0)