Skip to content

Commit

Permalink
Remove two unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 7, 2023
1 parent 3deafea commit 6405a2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions geemap/ee_tile_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def _validate_palette(palette):
class EEFoliumTileLayer(folium.raster_layers.TileLayer):
"""A Folium raster TileLayer that shows an EE object."""

url_format = None
vis_params = None

def __init__(
self,
ee_object,
Expand Down Expand Up @@ -113,9 +110,6 @@ def __init__(
class EELeafletTileLayer(ipyleaflet.TileLayer):
"""An ipyleaflet TileLayer that shows an EE object."""

url_format = None
vis_params = None

def __init__(
self,
ee_object,
Expand Down

0 comments on commit 6405a2d

Please sign in to comment.