Skip to content

Commit d4b3ed1

Browse files
committed
Add a blank line to appease Ruff.
1 parent 4cead93 commit d4b3ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shapefile.py

+1
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ def __eq__(self, other):
860860
return False
861861
return list.__eq__(self, other)
862862

863+
863864
class ShapeRecord(object):
864865
"""A ShapeRecord object containing a shape along with its attributes.
865866
Provides the GeoJSON __geo_interface__ to return a Feature dictionary."""

0 commit comments

Comments
 (0)