Skip to content

Commit 3d0f7b8

Browse files
authored
Merge pull request #94 from fusion-energy/develop
removing unsued imports
2 parents 9ad8c32 + 3c9bd51 commit 3d0f7b8

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

openmc_dagmc_wrapper/Materials.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import dagmc_h5m_file_inspector as di
2-
import neutronics_material_maker as nmm
32
import openmc
43

54
from .utils import silently_remove_file, create_material

openmc_dagmc_wrapper/utils.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
from pathlib import Path
2-
import json
3-
import math
41
import os
5-
import subprocess
6-
from collections import defaultdict
7-
from typing import List, Optional, Tuple, Union
8-
from xml.etree.ElementTree import SubElement
9-
10-
import defusedxml.ElementTree as ET
11-
import matplotlib.pyplot as plt
12-
import numpy as np
132
import openmc
14-
import plotly.graph_objects as go
153

164
import neutronics_material_maker as nmm
175
import dagmc_h5m_file_inspector as di

tests/test_neutronics_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
import urllib.request
55
from pathlib import Path
66

7-
import openmc
87
import openmc_dagmc_wrapper as odw
98

109
import neutronics_material_maker as nmm
11-
import pytest
1210

1311

1412
class TestNeutronicsUtilityFunctions(unittest.TestCase):

tests/test_tallies/test_cell_tallies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import urllib.request
44
from pathlib import Path
55

6-
import openmc
76
import openmc_dagmc_wrapper as odw
87

98

tests/test_tallies/test_tet_mesh_tallies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import unittest
22

33

4-
import openmc
54
import openmc_dagmc_wrapper as odw
65

76

0 commit comments

Comments
 (0)