mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-15 12:31:06 +08:00
Enable Ruff flake8-todos (TD) (#13748)
This commit is contained in:
@@ -10,7 +10,7 @@ class _GeoCoder(Protocol):
|
||||
def geocode(self, query: str, /): ...
|
||||
def reverse(self, coords, /, exactly_one: bool = ...): ...
|
||||
|
||||
# TODO Use something like `provider: Callable[P, _GeoCoder], **kwargs: P.kwargs` in the functions
|
||||
# TODO: Use something like `provider: Callable[P, _GeoCoder], **kwargs: P.kwargs` in the functions
|
||||
# below if this ever becomes a thing
|
||||
def geocode(strings: Iterable[str], provider: str | Callable[..., _GeoCoder] | None = None, **kwargs) -> GeoDataFrame: ...
|
||||
def reverse_geocode(
|
||||
|
||||
Reference in New Issue
Block a user