Skip to content

Commit

Permalink
Duplicated statement needs removing
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Apr 12, 2024
1 parent 2480233 commit 0378f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/murfey/server/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ def register_foil_hole(
jpeg_size = Image.open(foil_hole_params.image).size
else:
jpeg_size = (0, 0)
jpeg_size = Image.open(foil_hole_params.image).size
foil_hole = FoilHole(
name=foil_hole_params.name,
session_id=session_id,
Expand Down

0 comments on commit 0378f3b

Please sign in to comment.