Added xml.etree to first block of imports

This commit is contained in:
Christina Cai 2023-04-15 16:02:59 -04:00
parent c9a64e6fe0
commit 5658cd88b1

View file

@ -6,8 +6,8 @@ from collections.abc import Iterable
from copy import deepcopy
from pathlib import Path
import warnings
from xml.etree import ElementTree as ET
import numpy as np
import openmc