mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
remove unused import
This commit is contained in:
parent
688631c9fd
commit
325969f561
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue