From cf665d076fa5d43cd157a70b73b48e7bf3648924 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 4 May 2022 12:34:04 -0500 Subject: [PATCH] Remove unused import in univariate.py Co-authored-by: Ethan Peterson --- openmc/stats/univariate.py | 1 - 1 file changed, 1 deletion(-) 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