Removing MESHES import

This commit is contained in:
Patrick Shriwise 2022-12-29 10:39:41 -06:00
parent 43549cf1f1
commit 580096d423

View file

@ -9,7 +9,7 @@ import numpy as np
import openmc.checkvalue as cv
from .._xml import get_text
from .univariate import Univariate, Uniform, PowerLaw
from ..mesh import MeshBase, MESHES
from ..mesh import MeshBase
class UnitSphere(ABC):