Skip to content

Commit

Permalink
lint & format – io/iohandlers/* (#630)
Browse files Browse the repository at this point in the history
* format&lint io_handlers/*.py [1]

* relint/format graph/tests/test_utils.py

* format&lint io_handlers/*.py [2]

* format&lint io_handlers/*.py [3]

* lint/format io/io_handlers/* [4]

* lint/format io/io_handlers/* [5]

* martin suggest – comment out
  • Loading branch information
jGaboardi authored Nov 12, 2023
1 parent df4fb3c commit ca9610e
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit ca9610e

Please sign in to comment.