mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Remove unused import in executor.py
This commit is contained in:
parent
d347e4fdbd
commit
e92044bc4b
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import subprocess
|
|||
from numbers import Integral
|
||||
|
||||
import openmc
|
||||
from openmc import VolumeCalculation
|
||||
|
||||
|
||||
def _run(args, output, cwd):
|
||||
|
|
@ -201,7 +200,7 @@ def run(particles=None, threads=None, geometry_debug=False,
|
|||
|
||||
if geometry_debug:
|
||||
args.append('-g')
|
||||
|
||||
|
||||
if event_based:
|
||||
args.append('-e')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue