From d7c25e02b106b3c3421be9fa96411e444fbc6ed3 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 10 Mar 2023 16:27:04 -0500 Subject: [PATCH] Got rid of extra imports from other branch --- python/ctem/ctem/driver.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/ctem/ctem/driver.py b/python/ctem/ctem/driver.py index bbc9a616..dd5ae9e0 100644 --- a/python/ctem/ctem/driver.py +++ b/python/ctem/ctem/driver.py @@ -4,12 +4,7 @@ import shutil from ctem import util import sys -import pandas -from ctem import craterproduction -from scipy.interpolate import interp1d from ctem import __file__ as _pyfile -from pathlib import Path -import warnings class Simulation: """