From 4d7827006a5a772070a514839ba2b8010db6b097 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Mon, 27 Mar 2023 13:38:01 +0100 Subject: [PATCH] test --- scripts/run_asciipos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_asciipos.py b/scripts/run_asciipos.py index 03af85a..97095a5 100644 --- a/scripts/run_asciipos.py +++ b/scripts/run_asciipos.py @@ -14,10 +14,10 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """A script to dump or remove files for POWMES.""" +from os.path import join, exists from argparse import ArgumentParser import numpy from datetime import datetime -from os.path import join, exists from os import remove from mpi4py import MPI try: