From 0f781ec391eb79ebdacce06ba2ba9b878f14bd44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:26:44 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/_static/flask_example.py | 16 ++++++++-------- tests/test_features.py | 2 +- tests/test_repr.py | 2 +- tests/test_vector_layers.py | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/_static/flask_example.py b/docs/_static/flask_example.py index 47d4273cf..548ddf5ff 100644 --- a/docs/_static/flask_example.py +++ b/docs/_static/flask_example.py @@ -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 """ diff --git a/tests/test_features.py b/tests/test_features.py index 1f1e64f1a..af43144c7 100644 --- a/tests/test_features.py +++ b/tests/test_features.py @@ -1,4 +1,4 @@ -"""" +""" " Folium Features Tests --------------------- diff --git a/tests/test_repr.py b/tests/test_repr.py index d59774740..2ce215c33 100644 --- a/tests/test_repr.py +++ b/tests/test_repr.py @@ -1,4 +1,4 @@ -"""" +""" " Folium _repr_*_ Tests --------------------- diff --git a/tests/test_vector_layers.py b/tests/test_vector_layers.py index d887f2554..0cb8ba218 100644 --- a/tests/test_vector_layers.py +++ b/tests/test_vector_layers.py @@ -1,4 +1,4 @@ -"""" +""" " Test Vector Layers ------------------