aspectumapp / osm2geojson

Convert OSM and Overpass XML/JSON to GeoJSON
MIT License
97 stars 15 forks source link

Replaced mutable default arguments with None #31

Closed CrsiX closed 2 years ago

CrsiX commented 2 years ago

It's better to have immutable default arguments for optional parameters and initialize them inside the function if the immutable default wasn't replaced with some more precise value.