diff --git a/openmc/weight_windows.py b/openmc/weight_windows.py index df716498c..2f2325bf4 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -1,8 +1,5 @@ from collections.abc import Iterable -import math -from multiprocessing.sharedctypes import Value from numbers import Real, Integral -import warnings from xml.etree import ElementTree as ET import numpy as np