Skip to content

Commit

Permalink
Move within if
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Jul 20, 2024
1 parent d3754a9 commit 2e320e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def __init__(
easting, northing = lon_lat_to_easting_northing(lons, lats)
data[x] = easting
data[y] = northing
geo = False
geo = False

# Process data and related options
self._redim = fields
Expand Down

0 comments on commit 2e320e0

Please sign in to comment.