Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 16, 2024
1 parent 3e6a28e commit 65af511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions examples/notebooks/17_vector_tile_layer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@
"outputs": [],
"source": [
"water_style = dict(\n",
"fill=\"true\",\n",
"weight=1,\n",
"fillColor=\"#06cccc\",\n",
"color=\"#06cccc\",\n",
"fillOpacity=0.2,\n",
"opacity=0.4,\n",
" fill=\"true\",\n",
" weight=1,\n",
" fillColor=\"#06cccc\",\n",
" color=\"#06cccc\",\n",
" fillOpacity=0.2,\n",
" opacity=0.4,\n",
")\n",
"\n",
"waterway_style = dict(\n",
Expand Down Expand Up @@ -235,7 +235,7 @@
" places=place,\n",
" housenumber=housenumber,\n",
" pois=poi,\n",
" earth=earth\n",
" earth=earth,\n",
")"
]
},
Expand Down
1 change: 0 additions & 1 deletion leafmap/foliumap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,6 @@ def add_vector_tile(

add_vector_tile_layer = add_vector_tile


def to_gradio(
self, width: Optional[str] = "100%", height: Optional[str] = "500px", **kwargs
):
Expand Down

0 comments on commit 65af511

Please sign in to comment.