From 686755563f6039ae1296be70afd71cecd8e32644 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Thu, 23 Jun 2022 12:09:28 -0700 Subject: [PATCH] Remove unused variable --- climate_toolbox/io/io.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/climate_toolbox/io/io.py b/climate_toolbox/io/io.py index 65d64c4..1d87874 100644 --- a/climate_toolbox/io/io.py +++ b/climate_toolbox/io/io.py @@ -48,10 +48,6 @@ def load_bcsd(fp, varname, lon_name="lon", broadcast_dims=("time",)): xr.Dataset xarray dataset loaded into memory """ - - if lon_name is not None: - lon_names = [lon_name] - if hasattr(fp, "sel_points"): ds = fp