remove unused import

This commit is contained in:
church89 2023-09-13 17:07:26 +02:00
parent 688631c9fd
commit 325969f561

View file

@ -25,7 +25,7 @@ from .chain import Chain
from .results import Results
from .pool import deplete
from .transfer_rates import TransferRates
from openmc import Material, Cell, Universe
from openmc import Material, Cell
from .batchwise import (BatchwiseCellGeometrical, BatchwiseCellTemperature,
BatchwiseMaterialRefuel)