Skip to content

Commit 0bdb7bc

Browse files
committed
Revert styles
1 parent dcefde3 commit 0bdb7bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_folium.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)