From a8ba63b77b307792296c80a300d30a2b803640ce Mon Sep 17 00:00:00 2001
From: spencer <swilbur@usgs.gov>
Date: Fri, 3 May 2024 08:04:38 -0600
Subject: [PATCH] Ran black to reformat FDSNSNCL.py

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

diff --git a/geomagio/edge/FDSNSNCL.py b/geomagio/edge/FDSNSNCL.py
index be8bdfcf..4e94158c 100644
--- a/geomagio/edge/FDSNSNCL.py
+++ b/geomagio/edge/FDSNSNCL.py
@@ -47,7 +47,7 @@ class FDSNSNCL(SNCL):
         if self.location == "40" and self.network == "IU":
             return _get_FDSN_element(channel=self.channel)
         return super().element
-    
+
     @property
     def interval(self) -> str:
         """Translates beginning of channel to interval"""
-- 
GitLab