Skip to content

Commit cbc5c12

Browse files
committed
fix: sort imports and apply black formatting
1 parent 13521cc commit cbc5c12

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

folium/plugins/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
3838
from folium.plugins.treelayercontrol import TreeLayerControl
3939
from folium.plugins.vectorgrid_protobuf import VectorGridProtobuf
40-
from folium.plugins.webgl_earth import WebGLEarth, WebGLEarthMarker, WebGLEarthTileLayer, WebGLEarthRealtime
40+
from folium.plugins.webgl_earth import (
41+
WebGLEarth,
42+
WebGLEarthMarker,
43+
WebGLEarthRealtime,
44+
WebGLEarthTileLayer,
45+
)
4146

4247
__all__ = [
4348
"AntPath",

0 commit comments

Comments
 (0)