]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/steps_osm_data.py
bdd: move Response classes in own file and simplify
[nominatim.git] / test / bdd / steps / steps_osm_data.py
index 465ad7182902744c8fb64ac27bb4a020f5035959..db208fe8521c9f7c68b59203b2f66eaf79c9eb87 100644 (file)
@@ -35,7 +35,7 @@ def define_node_grid(context, grid_step):
         grid_step = 0.00001
 
     context.osm.set_grid([context.table.headings] + [list(h) for h in context.table],
-                          grid_step)
+                         grid_step)
 
 
 @when(u'loading osm data')