removed unnecessary import itertools in nuclide.py

This commit is contained in:
Sam Shaner 2016-10-31 12:30:23 -04:00
parent bc2a7c3201
commit 33ce3fe130

View file

@ -1,7 +1,6 @@
from numbers import Integral
import sys
import warnings
import itertools
import openmc
from six import string_types