Skip to content

Commit

Permalink
Keep formatting, ignore pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Jan 20, 2024
1 parent 7bf6452 commit 7b88dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odc/geo/_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7b88dc6

Please sign in to comment.