We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ded7e commit 22ec58cCopy full SHA for 22ec58c
1 file changed
test_shapefile.py
@@ -808,6 +808,7 @@ def test_reader_shp_dbf_only_from_Paths():
808
record = sf.record(3)
809
assert record[1:3] == ["060750601001", 4715]
810
811
+
812
def test_reader_shp_only():
813
"""
814
Assert that specifying just the
@@ -1131,7 +1132,6 @@ def test_shape_oid_no_shx():
1131
1132
)
1133
1134
-
1135
def test_reader_offsets():
1136
1137
Assert that reader will not read the shx offsets unless necessary,
0 commit comments