diff --git a/openmc/stats/univariate.py b/openmc/stats/univariate.py index 53b19713bd..c9f3147936 100644 --- a/openmc/stats/univariate.py +++ b/openmc/stats/univariate.py @@ -1,7 +1,6 @@ from abc import ABC, abstractmethod from collections import defaultdict from collections.abc import Iterable -from functools import reduce from numbers import Real from xml.etree import ElementTree as ET