Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jun 23, 2022
1 parent 04fc025 commit 6867555
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions climate_toolbox/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6867555

Please sign in to comment.