File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ def test_init(self):
120120 'name' : 'TileLayer' ,
121121 'id' : '00000000000000000000000000000000' ,
122122 'children' : {}
123+ }
123124 }
124125 }
125- }
126126
127127 def test_cloudmade (self ):
128128 """Test cloudmade tiles and the API key."""
@@ -209,8 +209,7 @@ def test_map_build(self):
209209
210210 # Standard map.
211211 self .setup ()
212- rendered = [line .strip ()
213- for line in self .m ._parent .render ().splitlines () if line .strip ()]
212+ rendered = [line .strip () for line in self .m ._parent .render ().splitlines () if line .strip ()]
214213
215214 html_templ = self .env .get_template ('fol_template.html' )
216215 attr = 'http://openstreetmap.org'
@@ -345,7 +344,7 @@ def test_fit_bounds(self):
345344 'padding' : (3 , 3 ), },
346345 sort_keys = True ),
347346 'this' : fitbounds ,
348- })
347+ })
349348
350349 assert '' .join (fit_bounds_rendered .split ()) in '' .join (out .split ())
351350
You can’t perform that action at this time.
0 commit comments