Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from fusion-energy/develop
Browse files Browse the repository at this point in the history
removing unsued imports
  • Loading branch information
shimwell authored Dec 3, 2021
2 parents 9ad8c32 + 3c9bd51 commit 3d0f7b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion openmc_dagmc_wrapper/Materials.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import dagmc_h5m_file_inspector as di
import neutronics_material_maker as nmm
import openmc

from .utils import silently_remove_file, create_material
Expand Down
12 changes: 0 additions & 12 deletions openmc_dagmc_wrapper/utils.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
from pathlib import Path
import json
import math
import os
import subprocess
from collections import defaultdict
from typing import List, Optional, Tuple, Union
from xml.etree.ElementTree import SubElement

import defusedxml.ElementTree as ET
import matplotlib.pyplot as plt
import numpy as np
import openmc
import plotly.graph_objects as go

import neutronics_material_maker as nmm
import dagmc_h5m_file_inspector as di
Expand Down
2 changes: 0 additions & 2 deletions tests/test_neutronics_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
import urllib.request
from pathlib import Path

import openmc
import openmc_dagmc_wrapper as odw

import neutronics_material_maker as nmm
import pytest


class TestNeutronicsUtilityFunctions(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion tests/test_tallies/test_cell_tallies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import urllib.request
from pathlib import Path

import openmc
import openmc_dagmc_wrapper as odw


Expand Down
1 change: 0 additions & 1 deletion tests/test_tallies/test_tet_mesh_tallies.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import unittest


import openmc
import openmc_dagmc_wrapper as odw


Expand Down

0 comments on commit 3d0f7b8

Please sign in to comment.