From 71aae250e07278b3561d45a5572b16258bd7e2ee Mon Sep 17 00:00:00 2001
From: spencer <swilbur@usgs.gov>
Date: Thu, 19 Sep 2024 07:56:23 -0600
Subject: [PATCH] Ran lint

---
 geomagio/edge/FDSNFactory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/edge/FDSNFactory.py b/geomagio/edge/FDSNFactory.py
index 4278fafc..618395c4 100644
--- a/geomagio/edge/FDSNFactory.py
+++ b/geomagio/edge/FDSNFactory.py
@@ -390,5 +390,5 @@ class FDSNFactory(TimeseriesFactory):
         # If no data found for the selected channel, return an empty stream
         if len(rotated_stream) == 0:
             return Stream()
-        
+
         return rotated_stream
-- 
GitLab