Skip to content

Commit 9666d79

Browse files
committed
remove print statement in test
1 parent db73fa3 commit 9666d79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def test_geojson():
1212

1313
map_query = overpass.MapQuery(37.86517, -122.31851, 37.86687, -122.31635)
1414
osm_geo = api.get(map_query)
15-
print osm_geo
1615
assert len(osm_geo['features']) > 1
1716

1817
osm_geo = api.get('node(area:3602758138)[amenity=cafe]')

0 commit comments

Comments
 (0)