Skip to content

Commit

Permalink
Disable additional pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Jan 4, 2024
1 parent 0b4c0cd commit ce37a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
# pylint: disable=too-many-arguments, protected-access
def explore(
xx: Any,
map: Optional[Any] = None,
Expand Down

0 comments on commit ce37a4b

Please sign in to comment.