From 7b88dc6c40987ce81e91101cd74010b0669d644d Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Sat, 20 Jan 2024 05:32:15 +0000 Subject: [PATCH] Keep formatting, ignore pylint --- odc/geo/_map.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odc/geo/_map.py b/odc/geo/_map.py index 95a47316..6ea74229 100644 --- a/odc/geo/_map.py +++ b/odc/geo/_map.py @@ -155,7 +155,7 @@ def add_to( return _add_to(url, bounds, map, name=name, **kw) -# pylint: disable=too-many-arguments, protected-access +# pylint: disable=too-many-arguments, protected-access, anomalous-backslash-in-string def explore( xx: Any, map: Optional[Any] = None, @@ -213,7 +213,7 @@ def explore( Additional keyword arguments to pass to ``folium.Map()``. :param reproject_kwds: Additional keyword arguments to pass to ``.odc.reproject()``. - :param kwargs: + :param \**kwargs: Additional keyword arguments to pass to ``.odc.add_to()``. :return: A :py:mod:`folium` map object.