Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint & format – io/iohandlers/* #630

Merged
merged 15 commits into from
Nov 12, 2023
3 changes: 2 additions & 1 deletion libpysal/graph/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ def test_validate_raises(
numpy.arange(20).reshape(-1, 2), valid_geometry_types=contiguity_types
)


def fetch_map_string(m):
out = m._parent.render()
out_str = "".join(out.split())
return out_str
return out_str