From af098c99503f6683c5fb53a2f5c41ea01bfbe9d1 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Tue, 18 Oct 2011 18:46:13 +0200 Subject: [PATCH] Remove unused import. --- segypy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/segypy.py b/segypy.py index f57a8de..ae48aa9 100644 --- a/segypy.py +++ b/segypy.py @@ -32,7 +32,6 @@ import sys import struct from numpy import transpose -from numpy import resize from numpy import reshape from numpy import zeros from numpy import arange