Reorganize imports in source_sampling/test.py

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
Matthew Nyberg 2022-08-08 08:35:13 -05:00 committed by Patrick Shriwise
parent 9f6d536959
commit 7a3a1876e1

View file

@ -2,11 +2,12 @@ import glob
from itertools import product
import os
import openmc
import openmc.lib
import pytest
import numpy as np
import pytest
import openmc
import openmc.lib
from tests.testing_harness import PyAPITestHarness
from tests.regression_tests import config
from subprocess import call