removed unnecessary imports in mdgx.py

This commit is contained in:
Sam Shaner 2016-08-06 17:11:37 -04:00
parent cdca6f3e1a
commit b400045ded

View file

@ -10,12 +10,9 @@ import abc
import numpy as np
from openmc import Mesh
import openmc
from openmc.mgxs import MGXS
import openmc.checkvalue as cv
from openmc.mgxs.groups import EnergyGroups
from openmc.mgxs.mgxs import MGXS, MGXS_TYPES, DOMAIN_TYPES, _DOMAINS
# Supported cross section types
MDGXS_TYPES = ['delayed-nu-fission',