From 6d0e009acf0c3b73c4585f1aeffd4a16e81faabb Mon Sep 17 00:00:00 2001 From: christinacai123 <63215816+christinacai123@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:55:54 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Paul Romano --- openmc/weight_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/weight_windows.py b/openmc/weight_windows.py index 6e718b858..64d2c5100 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -1,7 +1,7 @@ from __future__ import annotations - from collections.abc import Iterable from numbers import Real, Integral +from typing import Iterable, List from xml.etree import ElementTree as ET import numpy as np