Skip to content

Commit

Permalink
Add a blank line to appease Ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Oct 17, 2024
1 parent 4cead93 commit d4b3ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ def __eq__(self, other):
return False
return list.__eq__(self, other)


class ShapeRecord(object):
"""A ShapeRecord object containing a shape along with its attributes.
Provides the GeoJSON __geo_interface__ to return a Feature dictionary."""
Expand Down

0 comments on commit d4b3ed1

Please sign in to comment.