Skip to content

Commit

Permalink
remove unused geometry variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Mar 28, 2011
1 parent 5f7229c commit 7d728dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion papyrus/geo_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __update__(self, feature):
* ``feature`` The GeoJSON feature as received from the client.
"""
geometry = feature.geometry
mapper = class_mapper(self.__class__)
for p in mapper.iterate_properties:
if not isinstance(p, ColumnProperty):
Expand Down

0 comments on commit 7d728dd

Please sign in to comment.