From 5bf60560afa3f7036a928395fd26bded949bfffb Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 8 Jun 2022 17:31:30 +0100 Subject: [PATCH] removed import math --- openmc/material.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/material.py b/openmc/material.py index 5952162f6b..fc1fd16465 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -3,7 +3,6 @@ from collections.abc import Iterable from copy import deepcopy from numbers import Real from pathlib import Path -import math import re import warnings from xml.etree import ElementTree as ET