Skip to content

Commit a151002

Browse files
committed
Responding to stickler feedback
1 parent 7d7c19a commit a151002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_folium.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
# For testing remote requests
3131
remote_url = '/'.join([
32-
'https://raw.githubusercontent.com',
33-
'python-visualization/folium/master',
34-
'examples/data/us-states.json'])
32+
'https://raw.githubusercontent.com',
33+
'python-visualization/folium/master',
34+
'examples/data/us-states.json'])
3535

3636
def setup_data():
3737
"""Import economic data for testing."""

0 commit comments

Comments
 (0)