Skip to content

Commit

Permalink
Update folium/utilities.py
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Anema <[email protected]>
  • Loading branch information
hansthen and Conengmo authored Nov 17, 2024
1 parent e02d995 commit dc4e366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions folium/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ def temp_html_filepath(data: str) -> Iterator[str]:
yield filepath
finally:
if os.path.isfile(filepath):
pass
# os.remove(filepath)
os.remove(filepath)


def deep_copy(item_original: Element) -> Element:
Expand Down

0 comments on commit dc4e366

Please sign in to comment.