From 4bf5f3918ee0d18d202c550e52e470bcafb3127f Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 16 Apr 2015 14:22:03 -0500 Subject: [PATCH] Remove two imports on one line --- src/utils/openmc/tallies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/openmc/tallies.py b/src/utils/openmc/tallies.py index 9d9f8acaf2..1f7271de81 100644 --- a/src/utils/openmc/tallies.py +++ b/src/utils/openmc/tallies.py @@ -1,5 +1,6 @@ +import copy +import os from xml.etree import ElementTree as ET -import os, copy import numpy as np