From 477710b6485912d2ec6aa088871c3de620698678 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 19 Sep 2019 00:21:23 -0600 Subject: [PATCH] Removed import parametersbase line from __init__.py --- ogusa/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ogusa/__init__.py b/ogusa/__init__.py index abbd7d076..c6e61a166 100644 --- a/ogusa/__init__.py +++ b/ogusa/__init__.py @@ -18,7 +18,6 @@ from ogusa.parameter_plots import * from ogusa.parameter_tables import * from ogusa.parameters import * -from ogusa.parametersbase import * from ogusa.postprocess import * from ogusa.tax import * from ogusa.txfunc import *