Skip to content

Commit 0f781ec

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 69b12e2 commit 0f781ec

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/_static/flask_example.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
""" flask_example.py
1+
"""flask_example.py
22
3-
Required packages:
4-
- flask
5-
- folium
3+
Required packages:
4+
- flask
5+
- folium
66
7-
Usage:
7+
Usage:
88
9-
Start the flask server by running:
9+
Start the flask server by running:
1010
11-
$ python flask_example.py
11+
$ python flask_example.py
1212
13-
And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
13+
And then head to http://127.0.0.1:5000/ in your browser to see the map displayed
1414
1515
"""
1616

tests/test_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Folium Features Tests
33
---------------------
44

tests/test_repr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Folium _repr_*_ Tests
33
---------------------
44

tests/test_vector_layers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""""
1+
""" "
22
Test Vector Layers
33
------------------
44

0 commit comments

Comments
 (0)