Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
Signed-off-by: ashmeigh <[email protected]>
  • Loading branch information
ashmeigh committed Jul 16, 2024
1 parent cac56a4 commit 5c6ca39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mantidimaging/gui/dialogs/cor_inspection/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
from __future__ import annotations
from dataclasses import replace
from logging import getLogger
from typing import TYPE_CHECKING

import numpy as np
if TYPE_CHECKING:
import numpy as np

from mantidimaging.core.data import ImageStack
from mantidimaging.core.reconstruct import get_reconstructor_for
Expand Down

0 comments on commit 5c6ca39

Please sign in to comment.