From 38548c4cda8d351a6422fddb68d5aa1036272148 Mon Sep 17 00:00:00 2001 From: Nicholas Shavers <nshavers@contractor.usgs.gov> Date: Fri, 17 Jan 2025 10:38:02 -0800 Subject: [PATCH] lint + rebasing --- geomagio/Controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/Controller.py b/geomagio/Controller.py index fab26a3f..564b54c9 100644 --- a/geomagio/Controller.py +++ b/geomagio/Controller.py @@ -501,7 +501,7 @@ def get_input_factory(args): input_type = args.input # stream/url arguments if args.input_file is not None: - if input_type in ["netcdf", "miniseed"] : + if input_type in ["netcdf", "miniseed"]: input_stream = open(args.input_file, "rb") else: input_stream = open(args.input_file, "r") -- GitLab