From f8abaf687af6670387af539f9f22e6aebdec085c Mon Sep 17 00:00:00 2001 From: christinacai123 <63215816+christinacai123@users.noreply.github.com> Date: Tue, 18 Apr 2023 13:45:51 -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 fa384f7cc1..2993db089e 100644 --- a/openmc/weight_windows.py +++ b/openmc/weight_windows.py @@ -1,9 +1,9 @@ from __future__ import annotations from collections.abc import Iterable from numbers import Real, Integral +import pathlib import typing from typing import Iterable, List, Optional, Union, Dict -import pathlib from xml.etree import ElementTree as ET import numpy as np