Skip to content

Commit

Permalink
Removes unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 10, 2024
1 parent 5abc789 commit c0b659e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MakeTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
class MakeTests():

def execute_case(self, testpath, testname):
from h5py import File
from uedge import bbb, com
from uedge.hdf5 import hdf5_restore
from os import chdir, getcwd, listdir
Expand Down
1 change: 0 additions & 1 deletion templates/tests/uedge_tst_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
class TestClass:

def perturb_solution(self, file, perturbation=1e-2):
from h5py import File
from numpy.random import uniform
if 'restore' in list(file.keys()):
bbb = file['restore/bbb']
Expand Down

0 comments on commit c0b659e

Please sign in to comment.