From eaf0dcfaf4a21bcb132a091b00063028ee3b6825 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 14 Jan 2016 18:01:35 +0000 Subject: [PATCH] Removed some unnecessary imports. --- gprMax/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gprMax/constants.py b/gprMax/constants.py index ccc0e46b..438ed5b1 100644 --- a/gprMax/constants.py +++ b/gprMax/constants.py @@ -16,10 +16,7 @@ # You should have received a copy of the GNU General Public License # along with gprMax. If not, see . -import sys -import decimal as d import numpy as np -from pyfiglet import Figlet # Data types: # Solid and ID arrays use 32-bit integers (0 to 4294967295)