Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 73d4b77 commit 64a9f70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mesa_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
from mesa_geo.tile_layers import RasterWebTile, WMSWebTile

__all__ = [
"GeoSpace",
"GeoAgent",
"AgentCreator",
"ImageLayer",
"Cell",
"GeoAgent",
"GeoSpace",
"ImageLayer",
"RasterLayer",
"visualization",
"RasterWebTile",
"WMSWebTile",
"visualization",
]

__title__ = "Mesa-Geo"
Expand Down
2 changes: 1 addition & 1 deletion mesa_geo/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .geojupyter_viz import GeoJupyterViz
from .leaflet_viz import LeafletViz

__all__ = ["make_geospace_leaflet", "MapModule", "GeoJupyterViz", "LeafletViz"]
__all__ = ["GeoJupyterViz", "LeafletViz", "MapModule", "make_geospace_leaflet"]

0 comments on commit 64a9f70

Please sign in to comment.