From 66d244a32b4b93dbe1ac092c644b878cab2b2d1f Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Wed, 29 May 2024 13:37:32 -0600 Subject: [PATCH] Ran lint --- geomagio/edge/FDSNFactory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/geomagio/edge/FDSNFactory.py b/geomagio/edge/FDSNFactory.py index 4571d935..91020bd3 100644 --- a/geomagio/edge/FDSNFactory.py +++ b/geomagio/edge/FDSNFactory.py @@ -362,7 +362,6 @@ class FDSNFactory(TimeseriesFactory): ) -> Tuple[float, float]: # Retrieve station orientation information using FDSN for each trace - FDSN = FDSNClient("IRIS") inv = FDSN.get_stations( network=sncl.network, -- GitLab