hypothesis-geojson
hypothesis-geojson copied to clipboard
Fixed bug where the shadowing of a variable caused a python variable lookup to fail
When running with python 3.6 I got the error that:
"The local variable features referenced before assignment"
Simply changing the name of the local variable so that it no longer shadows the function features fixed the issue.