Skip to content

Commit 84897fb

Browse files
committed
fix: sort imports alphabetically
1 parent dc4bddf commit 84897fb

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
@@ -7,10 +7,12 @@
77
2. Pixel heights/widths emit min-height/min-width to prevent collapse
88
3. The dead `#map { position:absolute; ... }` CSS rule is removed
99
4. All existing size formats (int, px string, % string) still parse correctly
10+
1011
"""
1112

12-
import re
13+
1314
import folium
15+
import re
1416

1517

1618
def _get_map_css(m: folium.Map) -> str:

0 commit comments

Comments
 (0)