From dd9f03abd22ec6eb0d946290836445dca31cbdc0 Mon Sep 17 00:00:00 2001 From: Christina Cai Date: Tue, 18 Apr 2023 13:49:36 -0400 Subject: [PATCH] trivial change for CI --- openmc/material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/material.py b/openmc/material.py index 66a6266681..dc2ab0f8bf 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -10,8 +10,8 @@ import warnings from typing import Optional, List, Union from xml.etree import ElementTree as ET -import h5py import numpy as np +import h5py import openmc import openmc.data