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 Feb 3, 2025
1 parent 69b12e2 commit 0f781ec
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions docs/_static/flask_example.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
""" flask_example.py
"""flask_example.py
Required packages:
- flask
- folium
Required packages:
- flask
- folium
Usage:
Usage:
Start the flask server by running:
Start the flask server by running:
$ python flask_example.py
$ python flask_example.py
And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
"""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_features.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Folium Features Tests
---------------------
Expand Down
2 changes: 1 addition & 1 deletion tests/test_repr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Folium _repr_*_ Tests
---------------------
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vector_layers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""""
""" "
Test Vector Layers
------------------
Expand Down

0 comments on commit 0f781ec

Please sign in to comment.