Removing materials import from refl/uwuw DagMC tests.

This commit is contained in:
Patrick Shriwise 2019-06-14 00:00:46 -05:00
parent e86317ecd4
commit 04a87e3cf1
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import openmc
import openmc.capi
from openmc.stats import Box
from openmc.material import Materials
import pytest
from tests.testing_harness import PyAPITestHarness

View file

@ -1,7 +1,6 @@
import openmc
import openmc.capi
from openmc.stats import Box
from openmc.material import Materials
import pytest
from tests.testing_harness import PyAPITestHarness