We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c19a commit a151002Copy full SHA for a151002
1 file changed
tests/test_folium.py
@@ -29,9 +29,9 @@
29
30
# For testing remote requests
31
remote_url = '/'.join([
32
- 'https://raw.githubusercontent.com',
33
- 'python-visualization/folium/master',
34
- 'examples/data/us-states.json'])
+ 'https://raw.githubusercontent.com',
+ 'python-visualization/folium/master',
+ 'examples/data/us-states.json'])
35
36
def setup_data():
37
"""Import economic data for testing."""
0 commit comments