From 5a9fe17323047048b6f9609b51d9cbda06aa4022 Mon Sep 17 00:00:00 2001 From: alex-lyons Date: Wed, 4 Mar 2020 09:17:44 +0000 Subject: [PATCH] remove unneeded import --- openmc/executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/executor.py b/openmc/executor.py index ebd1a450bc..55e16a711b 100644 --- a/openmc/executor.py +++ b/openmc/executor.py @@ -1,6 +1,5 @@ from collections.abc import Iterable from numbers import Integral -import re import subprocess import openmc