Skip to content

Commit dbc607f

Browse files
committed
fix: sort and group imports correctly
1 parent 84897fb commit dbc607f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_issue_2186.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
"""
1212

1313

14-
import folium
14+
1515
import re
1616

17+
import folium
18+
1719

1820
def _get_map_css(m: folium.Map) -> str:
1921
"""Return the CSS block for the map's own ID selector."""

0 commit comments

Comments
 (0)