Skip to content

Commit

Permalink
Update mantidimaging/gui/dialogs/cor_inspection/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: MikeSullivan7 <[email protected]>
  • Loading branch information
ashmeigh and MikeSullivan7 authored Jul 16, 2024
1 parent 3d12a6c commit b23d1e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mantidimaging/gui/dialogs/cor_inspection/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
from dataclasses import replace
from logging import getLogger

import numpy as np
from typing import TYPE_CHECKING

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 b23d1e9

Please sign in to comment.