Skip to content

Commit

Permalink
Remove numpy import from data_containers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 authored Jul 23, 2024
1 parent a3379d8 commit e9802cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mantidimaging/core/utility/data_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
from dataclasses import dataclass
from typing import Any, NamedTuple, TYPE_CHECKING

import numpy as np

if TYPE_CHECKING:
import numpy

Expand Down

0 comments on commit e9802cf

Please sign in to comment.