diff --git a/.examples/experimental/app2.py b/.examples/experimental/app2.py index ae00f5ea..06aca3b2 100644 --- a/.examples/experimental/app2.py +++ b/.examples/experimental/app2.py @@ -1,6 +1,12 @@ import requests as req -from maplibre import (Layer, LayerType, Map, MapContext, output_maplibregl, - render_maplibregl) +from maplibre import ( + Layer, + LayerType, + Map, + MapContext, + output_maplibregl, + render_maplibregl, +) from maplibre.basemaps import Carto from maplibre.experimental import LineLayer from shiny import App, reactive, render, ui