mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Reorder python imports in accordance with PEP8 in external moab test file
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
32933587b9
commit
d4bf1c9b6f
1 changed files with 2 additions and 3 deletions
|
|
@ -2,20 +2,19 @@ from pathlib import Path
|
|||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
from subprocess import CalledProcessError
|
||||
import textwrap
|
||||
import glob
|
||||
from itertools import product
|
||||
|
||||
import openmc
|
||||
import openmc.lib
|
||||
import numpy as np
|
||||
|
||||
import pytest
|
||||
|
||||
from tests.regression_tests import config
|
||||
from tests.testing_harness import PyAPITestHarness
|
||||
|
||||
from subprocess import CalledProcessError
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
not openmc.lib._dagmc_enabled(),
|
||||
reason="DAGMC is not enabled.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue