Skip to content

Commit 110a90a

Browse files
authored
Fix tests by using regular six instead of branca.six (#1012)
Use regular six package instead of branca
1 parent ca745ef commit 110a90a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_features.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
import os
1212

13+
from six import text_type
14+
1315
from branca.element import Element
14-
from branca.six import text_type
1516

1617
from folium import Map, Popup
1718
import folium

0 commit comments

Comments
 (0)