diff --git a/tools/outputfiles_merge.py b/tools/outputfiles_merge.py index d1525133..75a9a85c 100644 --- a/tools/outputfiles_merge.py +++ b/tools/outputfiles_merge.py @@ -16,7 +16,10 @@ # You should have received a copy of the GNU General Public License # along with gprMax. If not, see . -import argparse, glob, os +import argparse +import glob +import os + import h5py import numpy as np @@ -72,6 +75,3 @@ if not check or check == 'y': file = basefilename + str(model + 1) + '.out' os.remove(file) - - -