From 7c341770fe3121d27e3765d4468a998aa83a1091 Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Wed, 28 Feb 2024 13:55:09 -0700 Subject: [PATCH] Reformatted FDSNFactory.py --- geomagio/edge/FDSNFactory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geomagio/edge/FDSNFactory.py b/geomagio/edge/FDSNFactory.py index c45df69b..6b9016e8 100644 --- a/geomagio/edge/FDSNFactory.py +++ b/geomagio/edge/FDSNFactory.py @@ -384,6 +384,5 @@ class FDSNFactory(TimeseriesFactory): # Set azimuth in trace.stats.azimuth trace.stats.azimuth = azimuth - # Return both azimuth and dip return azimuth, dip -- GitLab