mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
added deepcopy back in geometry.py
This commit is contained in:
parent
293f02d991
commit
bdd34fc64d
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ from __future__ import annotations
|
|||
import os
|
||||
import typing
|
||||
from collections import OrderedDict, defaultdict
|
||||
from copy import deepcopy
|
||||
from collections.abc import Iterable
|
||||
from pathlib import Path
|
||||
import warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue