Skip to content

Commit ce66598

Browse files
committed
remove unused imports
1 parent ba0e732 commit ce66598

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • TestCases/py_wrapper/rotating_cylinder

TestCases/py_wrapper/rotating_cylinder/run.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
import sys
2-
from optparse import OptionParser # use a parser for configuration
31
import pysu2 # imports the SU2 wrapped module
42
from math import *
5-
import os
6-
import pysu2ad
73
from mpi4py import MPI
84
import numpy as np
9-
import shutil
5+
106
comm = MPI.COMM_WORLD
117
rank = comm.Get_rank()
128
ad_com = MPI.COMM_WORLD

0 commit comments

Comments
 (0)