Skip to content

Commit

Permalink
grass.jupyter: Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 14, 2024
1 parent 587b282 commit 04e35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/grass/jupyter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
from .interactivemap import InteractiveMap, Raster, Vector
from .map import Map
from .map3d import Map3D
from .seriesmap import SeriesMap
from .setup import init
from .timeseriesmap import TimeSeriesMap
from .seriesmap import SeriesMap

__all__ = [
"InteractiveMap",
Expand Down

0 comments on commit 04e35b9

Please sign in to comment.