diff --git a/openmc/polynomial.py b/openmc/polynomial.py index 3552819f6b..8bcb74f68a 100644 --- a/openmc/polynomial.py +++ b/openmc/polynomial.py @@ -1,7 +1,7 @@ import numpy as np import openmc import openmc.capi as capi -from collections import Iterable +from collections.abc import Iterable def legendre_from_expcoef(coef, domain=(-1, 1)):