From 7ccfb0379d540c4431dddafb362d50da60c2fcd0 Mon Sep 17 00:00:00 2001
From: arigdon-usgs <arigdon@usgs.gov>
Date: Mon, 9 Jul 2018 08:20:59 -0600
Subject: [PATCH] Removed importing numpy from the XYZ algorithm (added while
 testing but is not needed)

---
 geomagio/algorithm/XYZAlgorithm.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geomagio/algorithm/XYZAlgorithm.py b/geomagio/algorithm/XYZAlgorithm.py
index b93f26a88..e099c5b26 100644
--- a/geomagio/algorithm/XYZAlgorithm.py
+++ b/geomagio/algorithm/XYZAlgorithm.py
@@ -7,7 +7,6 @@ from __future__ import absolute_import
 from .Algorithm import Algorithm
 from .AlgorithmException import AlgorithmException
 from .. import StreamConverter
-import numpy as np
 
 # List of channels by geomagnetic observatory orientation.
 # geo represents a geographic north/south orientation
-- 
GitLab