Removed import of scipy as this is no more necessary.

This commit is contained in:
Ludger Küperkoch 2015-09-04 11:23:59 +02:00
parent 254c745f25
commit 0753071cfb

View File

@ -9,7 +9,6 @@
"""
import numpy as np
import scipy as sc
import matplotlib.pyplot as plt
from obspy.core import Stream, UTCDateTime
import warnings